Html Css Color HEX #431AAE Purple Heart

📋 copy color: '#431AAE'

red 67 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #431AAE

Tints of Purple Heart #431AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.17%

R = 25.09%
G = 9.74%
B = 65.17%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#431AAE (or 0x431AAE) is known color: Purple Heart. HEX triplet: 43, 1A and AE. RGB value is (67,26,174). Sum of RGB (Red+Green+Blue) = 67+26+174=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #431AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431AAE is #BCE551. Grayscale: #363636. Windows color (decimal): -12379474 or 11409987. OLE color: 11409987.

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

Color convert

RGB 67 26 174 -
CMYK 0.61 0.85 0 0.32
HSL 256.62º 0.74% 0.39% -
HSV(B) 256.62º 0.85% 0.68% -
XYZ 10.32 4.99 40.46 -
YUV 55.13 195.08 136.47 -
System Red Green Blue C M Y K H S L
Decimal 67 26 174 0.61 0.85 0 0.32 256.62 0.74 0.39
Hex 43 1A AE 3D 55 0 20 101 4A 27
Octal 103 32 256 75 125 0 40 401 112 47
Binary 1000011 11010 10101110 111101 1010101 0 100000 100000001 1001010 100111

Color Harmonies of #431AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431AAE

Black with #431AAE

Text Example


Text Example

White with #431AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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