#4332BC

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

Shades of Purple Heart #4332BC

Tints of Purple Heart #4332BC

Color information

#4332BC (or 0x4332BC) is unknown color: approx Purple Heart. HEX triplet: 43, 32 and BC. RGB value is (67,50,188). Sum of RGB (Red+Green+Blue) = 67+50+188=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #4332BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4332BC is #BCCD43. Grayscale: #464646. Windows color (decimal): -12373316 or 12333635. OLE color: 12333635.

HSL color Cylindrical-coordinate representation of color #4332BC: hue angle of 247.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4332BC is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6750188-
CMYK0.640.7300.26
HSL247.39º57.98%46.67%-
HSV(B)247.39º73.4%73.73%-
XYZ12.537.1148.29-
YUV70.82194.13125.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.97%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 188 (73.83% from 255) = 61.64%
R=21.97%
G=16.39%
B=61.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal67501880.640.7300.26247.3957.9846.67
Hex4332BC404901Af73a2f
Octal103622741001110323677257
Binary1000011110010101111001000000100100101101011110111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4332BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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