Html Css Color HEX #431AC9 Purple Heart

📋 copy color: '#431AC9'

red 67 ◦ green 26 ◦ blue 201

#431AC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #431AC9

Tints of Purple Heart #431AC9

RGB

 RED value IS 67 (26.56% from 255) = 22.79%

 GREEN value IS 26 (10.55% from 255) = 8.84%

 BLUE value IS 201 (78.91% from 255) = 68.37%

R = 22.79%
G = 8.84%
B = 68.37%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#431AC9 (or 0x431AC9) is known color: Purple Heart. HEX triplet: 43, 1A and C9. RGB value is (67,26,201). Sum of RGB (Red+Green+Blue) = 67+26+201=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 201 (78.91% from 255 or 68.37% from 294); Max value from RGB is 201 - color contains mainly: blue. Hex color #431AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431AC9 is #BCE536. Grayscale: #393939. Windows color (decimal): -12379447 or 13179459. OLE color: 13179459.

HSL color Cylindrical-coordinate representation of color #431AC9: hue angle of 254.06º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #431AC9 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 67 26 201 -
CMYK 0.67 0.87 0 0.21
HSL 254.06º 0.77% 0.45% -
HSV(B) 254.06º 0.87% 0.79% -
XYZ 13.23 6.15 55.75 -
YUV 58.21 208.58 134.27 -
System Red Green Blue C M Y K H S L
Decimal 67 26 201 0.67 0.87 0 0.21 254.06 0.77 0.45
Hex 43 1A C9 43 57 0 15 FE 4D 2D
Octal 103 32 311 103 127 0 25 376 115 55
Binary 1000011 11010 11001001 1000011 1010111 0 10101 11111110 1001101 101101

Color Harmonies of #431AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431AC9

Black with #431AC9

Text Example


Text Example

White with #431AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431AC9; }

 p { color: rgb(67,26,201); }

 H1.HeaderClassName
 {
   color: #431AC9;
 }
 .AnyTagClassName
 {
   color: #431AC9;
 }
</style>

background-color css

<style>
 a { background-color: #431AC9; }

 a { background-color: rgb(67,26,201); }

 div.DivClassName
 {
   background-color: #431AC9;
 }
 .BgClassName
 {
   background-color: #431AC9;
 }
</style>

border-color css

<style>
 span { border-color: #431AC9; }

 span { border-color: rgb(67,26,201); }

 td.TdClassName
 {
   border-color: #431AC9;
 }
 .TagClassName
 {
   border-color: #431AC9;
 }
</style>