#430EB2

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

Shades of Purple Heart #430EB2

Tints of Purple Heart #430EB2

Color information

#430EB2 (or 0x430EB2) is unknown color: approx Purple Heart. HEX triplet: 43, 0E and B2. RGB value is (67,14,178). Sum of RGB (Red+Green+Blue) = 67+14+178=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 178 (69.92% from 255 or 68.73% from 259); Max value from RGB is 178 - color contains mainly: blue. Hex color #430EB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430EB2 is #BCF14D. Grayscale: #2F2F2F. Windows color (decimal): -12382542 or 11669059. OLE color: 11669059.

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

Color convert

RGB6714178-
CMYK0.620.9200.30
HSL259.39º85.42%37.65%-
HSV(B)259.39º92.13%69.8%-
XYZ10.514.7242.48-
YUV48.54201.06141.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.87%
GREEN value IS 14 (5.86% from 255) = 5.41%
BLUE value IS 178 (69.92% from 255) = 68.73%
R=25.87%
G=5.41%
B=68.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal67141780.620.9200.30259.3985.4237.65
Hex43EB23E5C01E1035526
Octal103162627613403640312546
Binary100001111101011001011111010111000111101000000111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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