#430EAF

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

Shades of Purple Heart #430EAF

Tints of Purple Heart #430EAF

Color information

#430EAF (or 0x430EAF) is unknown color: approx Purple Heart. HEX triplet: 43, 0E and AF. RGB value is (67,14,175). Sum of RGB (Red+Green+Blue) = 67+14+175=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #430EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430EAF is #BCF150. Grayscale: #2F2F2F. Windows color (decimal): -12382545 or 11472451. OLE color: 11472451.

HSL color Cylindrical-coordinate representation of color #430EAF: hue angle of 259.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430EAF is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6714175-
CMYK0.620.9200.31
HSL259.75º85.19%37.06%-
HSV(B)259.75º92%68.63%-
XYZ10.214.640.91-
YUV48.2199.56141.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.17%
GREEN value IS 14 (5.86% from 255) = 5.47%
BLUE value IS 175 (68.75% from 255) = 68.36%
R=26.17%
G=5.47%
B=68.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal67141750.620.9200.31259.7585.1937.06
Hex43EAF3E5C01F1045525
Octal103162577613403740412545
Binary100001111101010111111111010111000111111000001001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430EAF; }

 p { color: rgb(67,14,175); }

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

<style>
 a { background-color: #430EAF; }

 a { background-color: rgb(67,14,175); }

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

<style>
 span { border-color: #430EAF; }

 span { border-color: rgb(67,14,175); }

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