Html Css Color HEX #431BAB Purple Heart

📋 copy color: '#431BAB'

red 67 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #431BAB

Tints of Purple Heart #431BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.19%

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 25.28%
G = 10.19%
B = 64.53%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#431BAB (or 0x431BAB) is known color: Purple Heart. HEX triplet: 43, 1B and AB. RGB value is (67,27,171). Sum of RGB (Red+Green+Blue) = 67+27+171=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #431BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431BAB is #BCE454. Grayscale: #363636. Windows color (decimal): -12379221 or 11213635. OLE color: 11213635.

HSL color Cylindrical-coordinate representation of color #431BAB: hue angle of 256.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431BAB is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 27 171 -
CMYK 0.61 0.84 0 0.33
HSL 256.67º 0.73% 0.39% -
HSV(B) 256.67º 0.84% 0.67% -
XYZ 10.06 4.92 38.95 -
YUV 55.38 193.25 136.29 -
System Red Green Blue C M Y K H S L
Decimal 67 27 171 0.61 0.84 0 0.33 256.67 0.73 0.39
Hex 43 1B AB 3D 54 0 21 101 49 27
Octal 103 33 253 75 124 0 41 401 111 47
Binary 1000011 11011 10101011 111101 1010100 0 100001 100000001 1001001 100111

Color Harmonies of #431BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431BAB

Black with #431BAB

Text Example


Text Example

White with #431BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,27,171); }

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

background-color css

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

 a { background-color: rgb(67,27,171); }

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

border-color css

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

 span { border-color: rgb(67,27,171); }

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