#4C2BB3

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

Shades of Purple Heart #4C2BB3

Tints of Purple Heart #4C2BB3

Color information

#4C2BB3 (or 0x4C2BB3) is unknown color: approx Purple Heart. HEX triplet: 4C, 2B and B3. RGB value is (76,43,179). Sum of RGB (Red+Green+Blue) = 76+43+179=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 179 (70.31% from 255 or 60.07% from 298); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C2BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BB3 is #B3D44C. Grayscale: #434343. Windows color (decimal): -11785293 or 11742028. OLE color: 11742028.

HSL color Cylindrical-coordinate representation of color #4C2BB3: hue angle of 254.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C2BB3 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7643179-
CMYK0.580.7600.30
HSL254.56º61.26%43.53%-
HSV(B)254.56º75.98%70.2%-
XYZ11.986.5243.27-
YUV68.37190.43133.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.50%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 179 (70.31% from 255) = 60.07%
R=25.50%
G=14.43%
B=60.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal76431790.580.7600.30254.5661.2643.53
Hex4C2BB33A4C01Eff3d2c
Octal11453263721140363777554
Binary100110010101110110011111010100110001111011111111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,43,179); }

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

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

 a { background-color: rgb(76,43,179); }

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

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

 span { border-color: rgb(76,43,179); }

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