Html Css Color HEX #431DAE Purple Heart

📋 copy color: '#431DAE'

red 67 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #431DAE

Tints of Purple Heart #431DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.74%

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

R = 24.81%
G = 10.74%
B = 64.44%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#431DAE (or 0x431DAE) is known color: Purple Heart. HEX triplet: 43, 1D and AE. RGB value is (67,29,174). Sum of RGB (Red+Green+Blue) = 67+29+174=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #431DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431DAE is #BCE251. Grayscale: #383838. Windows color (decimal): -12378706 or 11410755. OLE color: 11410755.

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

Color convert

RGB 67 29 174 -
CMYK 0.61 0.83 0 0.32
HSL 255.72º 0.71% 0.4% -
HSV(B) 255.72º 0.83% 0.68% -
XYZ 10.39 5.13 40.49 -
YUV 56.89 194.09 135.21 -
System Red Green Blue C M Y K H S L
Decimal 67 29 174 0.61 0.83 0 0.32 255.72 0.71 0.4
Hex 43 1D AE 3D 53 0 20 100 47 28
Octal 103 35 256 75 123 0 40 400 107 50
Binary 1000011 11101 10101110 111101 1010011 0 100000 100000000 1000111 101000

Color Harmonies of #431DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431DAE

Black with #431DAE

Text Example


Text Example

White with #431DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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