#4B39CC

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

Shades of Purple Heart #4B39CC

Tints of Purple Heart #4B39CC

Color information

#4B39CC (or 0x4B39CC) is unknown color: approx Purple Heart. HEX triplet: 4B, 39 and CC. RGB value is (75,57,204). Sum of RGB (Red+Green+Blue) = 75+57+204=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B39CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B39CC is #B4C633. Grayscale: #4E4E4E. Windows color (decimal): -11847220 or 13384011. OLE color: 13384011.

HSL color Cylindrical-coordinate representation of color #4B39CC: hue angle of 247.35º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B39CC is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7557204-
CMYK0.630.7200.2
HSL247.35º59.04%51.18%-
HSV(B)247.35º72.06%80%-
XYZ15.268.7858.02-
YUV79.14198.46125.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.32%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 204 (80.08% from 255) = 60.71%
R=22.32%
G=16.96%
B=60.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal75572040.630.7200.2247.3559.0451.18
Hex4B39CC3F48014f73b33
Octal11371314771100243677363
Binary100101111100111001100111111100100001010011110111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B39CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,57,204); }

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

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

 a { background-color: rgb(75,57,204); }

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

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

 span { border-color: rgb(75,57,204); }

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