#4B1DC6

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

Shades of Purple Heart #4B1DC6

Tints of Purple Heart #4B1DC6

Color information

#4B1DC6 (or 0x4B1DC6) is unknown color: approx Purple Heart. HEX triplet: 4B, 1D and C6. RGB value is (75,29,198). Sum of RGB (Red+Green+Blue) = 75+29+198=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 198 (77.73% from 255 or 65.56% from 302); Max value from RGB is 198 - color contains mainly: blue. Hex color #4B1DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1DC6 is #B4E239. Grayscale: #3D3D3D. Windows color (decimal): -11854394 or 12983627. OLE color: 12983627.

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

Color convert

RGB7529198-
CMYK0.620.8500.22
HSL256.33º74.45%44.51%-
HSV(B)256.33º85.35%77.65%-
XYZ13.536.4553.96-
YUV62.02204.74137.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 29 (11.72% from 255) = 9.60%
BLUE value IS 198 (77.73% from 255) = 65.56%
R=24.83%
G=9.60%
B=65.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75291980.620.8500.22256.3374.4544.51
Hex4B1DC63E550161004a2d
Octal113353067612502640011255
Binary1001011111011100011011111010101010101101000000001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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