Html Css Color HEX #431EAE Purple Heart

📋 copy color: '#431EAE'

red 67 ◦ green 30 ◦ blue 174

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

Shades of Purple Heart #431EAE

Tints of Purple Heart #431EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

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

R = 24.72%
G = 11.07%
B = 64.21%

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

#431EAE (or 0x431EAE) is known color: Purple Heart. HEX triplet: 43, 1E and AE. RGB value is (67,30,174). Sum of RGB (Red+Green+Blue) = 67+30+174=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #431EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431EAE is #BCE151. Grayscale: #383838. Windows color (decimal): -12378450 or 11411011. OLE color: 11411011.

HSL color Cylindrical-coordinate representation of color #431EAE: hue angle of 255.42º 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 #431EAE is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 67 30 174 -
CMYK 0.61 0.83 0 0.32
HSL 255.42º 0.71% 0.4% -
HSV(B) 255.42º 0.83% 0.68% -
XYZ 10.42 5.18 40.49 -
YUV 57.48 193.76 134.79 -
System Red Green Blue C M Y K H S L
Decimal 67 30 174 0.61 0.83 0 0.32 255.42 0.71 0.4
Hex 43 1E AE 3D 53 0 20 FF 47 28
Octal 103 36 256 75 123 0 40 377 107 50
Binary 1000011 11110 10101110 111101 1010011 0 100000 11111111 1000111 101000

Color Harmonies of #431EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431EAE

Black with #431EAE

Text Example


Text Example

White with #431EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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