Html Css Color HEX #431AAC Purple Heart

📋 copy color: '#431AAC'

red 67 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #431AAC

Tints of Purple Heart #431AAC

RGB

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

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

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

R = 25.28%
G = 9.81%
B = 64.91%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#431AAC (or 0x431AAC) is known color: Purple Heart. HEX triplet: 43, 1A and AC. RGB value is (67,26,172). Sum of RGB (Red+Green+Blue) = 67+26+172=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #431AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431AAC is #BCE553. Grayscale: #363636. Windows color (decimal): -12379476 or 11278915. OLE color: 11278915.

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

Color convert

RGB 67 26 172 -
CMYK 0.61 0.85 0 0.33
HSL 256.85º 0.74% 0.39% -
HSV(B) 256.85º 0.85% 0.67% -
XYZ 10.13 4.91 39.44 -
YUV 54.9 194.08 136.63 -
System Red Green Blue C M Y K H S L
Decimal 67 26 172 0.61 0.85 0 0.33 256.85 0.74 0.39
Hex 43 1A AC 3D 55 0 21 101 4A 27
Octal 103 32 254 75 125 0 41 401 112 47
Binary 1000011 11010 10101100 111101 1010101 0 100001 100000001 1001010 100111

Color Harmonies of #431AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431AAC

Black with #431AAC

Text Example


Text Example

White with #431AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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