#431EAE

Color #431EAE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #431EAE

Tints of Purple Heart #431EAE

Color information

#431EAE (or 0x431EAE) is unknown color: approx 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

RGB6730174-
CMYK0.610.8300.32
HSL255.42º70.59%40%-
HSV(B)255.42º82.76%68.24%-
XYZ10.425.1840.49-
YUV57.48193.76134.79-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67301740.610.8300.32255.4270.5940
Hex431EAE3D53020ff4728
Octal103362567512304037710750
Binary1000011111101010111011110110100110100000111111111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>