#4330D0

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

Shades of Purple Heart #4330D0

Tints of Purple Heart #4330D0

Color information

#4330D0 (or 0x4330D0) is unknown color: approx Purple Heart. HEX triplet: 43, 30 and D0. RGB value is (67,48,208). Sum of RGB (Red+Green+Blue) = 67+48+208=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 208 (81.64% from 255 or 64.40% from 323); Max value from RGB is 208 - color contains mainly: blue. Hex color #4330D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4330D0 is #BCCF2F. Grayscale: #474747. Windows color (decimal): -12373808 or 13643843. OLE color: 13643843.

HSL color Cylindrical-coordinate representation of color #4330D0: hue angle of 247.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4330D0 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6748208-
CMYK0.680.7700.18
HSL247.12º62.99%50.2%-
HSV(B)247.12º76.92%81.57%-
XYZ14.767.8660.41-
YUV71.92204.79124.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.74%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 208 (81.64% from 255) = 64.40%
R=20.74%
G=14.86%
B=64.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal67482080.680.7700.18247.1262.9950.2
Hex4330D0444D012f73f32
Octal103603201041150223677762
Binary1000011110000110100001000100100110101001011110111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4330D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4330D0; }

 p { color: rgb(67,48,208); }

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

<style>
 a { background-color: #4330D0; }

 a { background-color: rgb(67,48,208); }

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

<style>
 span { border-color: #4330D0; }

 span { border-color: rgb(67,48,208); }

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