#4332CB

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

Shades of Purple Heart #4332CB

Tints of Purple Heart #4332CB

Color information

#4332CB (or 0x4332CB) is unknown color: approx Purple Heart. HEX triplet: 43, 32 and CB. RGB value is (67,50,203). Sum of RGB (Red+Green+Blue) = 67+50+203=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #4332CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4332CB is #BCCD34. Grayscale: #474747. Windows color (decimal): -12373301 or 13316675. OLE color: 13316675.

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

Color convert

RGB6750203-
CMYK0.670.7500.20
HSL246.67º60.47%49.61%-
HSV(B)246.67º75.37%79.61%-
XYZ14.237.7957.25-
YUV72.52201.63124.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.94%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 203 (79.69% from 255) = 63.44%
R=20.94%
G=15.62%
B=63.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal67502030.670.7500.20246.6760.4749.61
Hex4332CB434B014f73c32
Octal103623131031130243677462
Binary1000011110010110010111000011100101101010011110111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4332CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,50,203); }

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

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

 a { background-color: rgb(67,50,203); }

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

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

 span { border-color: rgb(67,50,203); }

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