#4B37CC

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

Shades of Purple Heart #4B37CC

Tints of Purple Heart #4B37CC

Color information

#4B37CC (or 0x4B37CC) is unknown color: approx Purple Heart. HEX triplet: 4B, 37 and CC. RGB value is (75,55,204). Sum of RGB (Red+Green+Blue) = 75+55+204=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B37CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B37CC is #B4C833. Grayscale: #4D4D4D. Windows color (decimal): -11847732 or 13383499. OLE color: 13383499.

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

Color convert

RGB7555204-
CMYK0.630.7300.2
HSL248.05º59.36%50.78%-
HSV(B)248.05º73.04%80%-
XYZ15.178.5957.98-
YUV77.97199.13125.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 55 (21.88% from 255) = 16.47%
BLUE value IS 204 (80.08% from 255) = 61.08%
R=22.46%
G=16.47%
B=61.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal75552040.630.7300.2248.0559.3650.78
Hex4B37CC3F49014f83b33
Octal11367314771110243707363
Binary100101111011111001100111111100100101010011111000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B37CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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