#4C33BC

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

Shades of Purple Heart #4C33BC

Tints of Purple Heart #4C33BC

Color information

#4C33BC (or 0x4C33BC) is unknown color: approx Purple Heart. HEX triplet: 4C, 33 and BC. RGB value is (76,51,188). Sum of RGB (Red+Green+Blue) = 76+51+188=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C33BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C33BC is #B3CC43. Grayscale: #494949. Windows color (decimal): -11783236 or 12333900. OLE color: 12333900.

HSL color Cylindrical-coordinate representation of color #4C33BC: hue angle of 250.95º degrees, saturation: 0.57, 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 #4C33BC is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7651188-
CMYK0.600.7300.26
HSL250.95º57.32%46.86%-
HSV(B)250.95º72.87%73.73%-
XYZ13.247.5348.33-
YUV74.09192.28129.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.13%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 188 (73.83% from 255) = 59.68%
R=24.13%
G=16.19%
B=59.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal76511880.600.7300.26250.9557.3246.86
Hex4C33BC3C4901Afb392f
Octal11463274741110323737157
Binary100110011001110111100111100100100101101011111011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C33BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C33BC; }

 p { color: rgb(76,51,188); }

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

<style>
 a { background-color: #4C33BC; }

 a { background-color: rgb(76,51,188); }

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

<style>
 span { border-color: #4C33BC; }

 span { border-color: rgb(76,51,188); }

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