#431DB4

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

Shades of Purple Heart #431DB4

Tints of Purple Heart #431DB4

Color information

#431DB4 (or 0x431DB4) is unknown color: approx Purple Heart. HEX triplet: 43, 1D and B4. RGB value is (67,29,180). Sum of RGB (Red+Green+Blue) = 67+29+180=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 180 (70.70% from 255 or 65.22% from 276); Max value from RGB is 180 - color contains mainly: blue. Hex color #431DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431DB4 is #BCE24B. Grayscale: #393939. Windows color (decimal): -12378700 or 11803971. OLE color: 11803971.

HSL color Cylindrical-coordinate representation of color #431DB4: hue angle of 255.1º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431DB4 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6729180-
CMYK0.630.8400.29
HSL255.1º72.25%40.98%-
HSV(B)255.1º83.89%70.59%-
XYZ10.995.3743.64-
YUV57.58197.09134.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.28%
GREEN value IS 29 (11.72% from 255) = 10.51%
BLUE value IS 180 (70.70% from 255) = 65.22%
R=24.28%
G=10.51%
B=65.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal67291800.630.8400.29255.172.2540.98
Hex431DB43F5401Dff4829
Octal103352647712403537711051
Binary100001111101101101001111111010100011101111111111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #431DB4;
 }
 .AnyTagClassName
 {
   color: #431DB4;
 }
</style>
background-color css

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

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

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

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

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

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