#4B2DC6

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

Shades of Purple Heart #4B2DC6

Tints of Purple Heart #4B2DC6

Color information

#4B2DC6 (or 0x4B2DC6) is unknown color: approx Purple Heart. HEX triplet: 4B, 2D and C6. RGB value is (75,45,198). Sum of RGB (Red+Green+Blue) = 75+45+198=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 198 (77.73% from 255 or 62.26% from 318); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B2DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2DC6 is #B4D239. Grayscale: #464646. Windows color (decimal): -11850298 or 12987723. OLE color: 12987723.

HSL color Cylindrical-coordinate representation of color #4B2DC6: hue angle of 251.76º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B2DC6 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7545198-
CMYK0.620.7700.22
HSL251.76º62.96%47.65%-
HSV(B)251.76º77.27%77.65%-
XYZ14.037.4554.12-
YUV71.41199.44130.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.58%
GREEN value IS 45 (17.97% from 255) = 14.15%
BLUE value IS 198 (77.73% from 255) = 62.26%
R=23.58%
G=14.15%
B=62.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75451980.620.7700.22251.7662.9647.65
Hex4B2DC63E4D016fc3f30
Octal11355306761150263747760
Binary100101110110111000110111110100110101011011111100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,45,198); }

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

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

 a { background-color: rgb(75,45,198); }

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

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

 span { border-color: rgb(75,45,198); }

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