Html Css Color HEX #431CAC Purple Heart

📋 copy color: '#431CAC'

red 67 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #431CAC

Tints of Purple Heart #431CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.49%

 BLUE value IS 172 (67.58% from 255) = 64.42%

R = 25.09%
G = 10.49%
B = 64.42%

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

#431CAC (or 0x431CAC) is known color: Purple Heart. HEX triplet: 43, 1C and AC. RGB value is (67,28,172). Sum of RGB (Red+Green+Blue) = 67+28+172=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #431CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431CAC is #BCE353. Grayscale: #373737. Windows color (decimal): -12378964 or 11279427. OLE color: 11279427.

HSL color Cylindrical-coordinate representation of color #431CAC: hue angle of 256.25º degrees, saturation: 0.72, 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 #431CAC is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 28 172 -
CMYK 0.61 0.84 0 0.33
HSL 256.25º 0.72% 0.39% -
HSV(B) 256.25º 0.84% 0.67% -
XYZ 10.18 5 39.46 -
YUV 56.08 193.42 135.79 -
System Red Green Blue C M Y K H S L
Decimal 67 28 172 0.61 0.84 0 0.33 256.25 0.72 0.39
Hex 43 1C AC 3D 54 0 21 100 48 27
Octal 103 34 254 75 124 0 41 400 110 47
Binary 1000011 11100 10101100 111101 1010100 0 100001 100000000 1001000 100111

Color Harmonies of #431CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431CAC

Black with #431CAC

Text Example


Text Example

White with #431CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,28,172); }

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

background-color css

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

 a { background-color: rgb(67,28,172); }

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

border-color css

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

 span { border-color: rgb(67,28,172); }

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