Html Css Color HEX #431AB5 Purple Heart

📋 copy color: '#431AB5'

red 67 ◦ green 26 ◦ blue 181

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

Shades of Purple Heart #431AB5

Tints of Purple Heart #431AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 66.06%

R = 24.45%
G = 9.49%
B = 66.06%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#431AB5 (or 0x431AB5) is known color: Purple Heart. HEX triplet: 43, 1A and B5. RGB value is (67,26,181). Sum of RGB (Red+Green+Blue) = 67+26+181=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 181 (71.09% from 255 or 66.06% from 274); Max value from RGB is 181 - color contains mainly: blue. Hex color #431AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431AB5 is #BCE54A. Grayscale: #373737. Windows color (decimal): -12379467 or 11868739. OLE color: 11868739.

HSL color Cylindrical-coordinate representation of color #431AB5: hue angle of 255.87º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431AB5 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 67 26 181 -
CMYK 0.63 0.86 0 0.29
HSL 255.87º 0.75% 0.41% -
HSV(B) 255.87º 0.86% 0.71% -
XYZ 11.02 5.27 44.15 -
YUV 55.93 198.58 135.9 -
System Red Green Blue C M Y K H S L
Decimal 67 26 181 0.63 0.86 0 0.29 255.87 0.75 0.41
Hex 43 1A B5 3F 56 0 1D 100 4B 29
Octal 103 32 265 77 126 0 35 400 113 51
Binary 1000011 11010 10110101 111111 1010110 0 11101 100000000 1001011 101001

Color Harmonies of #431AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431AB5

Black with #431AB5

Text Example


Text Example

White with #431AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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