#4430CB

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

Shades of Purple Heart #4430CB

Tints of Purple Heart #4430CB

Color information

#4430CB (or 0x4430CB) is unknown color: approx Purple Heart. HEX triplet: 44, 30 and CB. RGB value is (68,48,203). Sum of RGB (Red+Green+Blue) = 68+48+203=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #4430CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4430CB is #BBCF34. Grayscale: #474747. Windows color (decimal): -12308277 or 13316164. OLE color: 13316164.

HSL color Cylindrical-coordinate representation of color #4430CB: hue angle of 247.74º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4430CB is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6848203-
CMYK0.670.7600.20
HSL247.74º61.75%49.22%-
HSV(B)247.74º76.35%79.61%-
XYZ14.227.6557.23-
YUV71.65202.13125.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 203 (79.69% from 255) = 63.64%
R=21.32%
G=15.05%
B=63.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal68482030.670.7600.20247.7461.7549.22
Hex4430CB434C014f83e31
Octal104603131031140243707661
Binary1000100110000110010111000011100110001010011111000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4430CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4430CB; }

 p { color: rgb(68,48,203); }

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

<style>
 a { background-color: #4430CB; }

 a { background-color: rgb(68,48,203); }

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

<style>
 span { border-color: #4430CB; }

 span { border-color: rgb(68,48,203); }

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