#4B1CC3

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

Shades of Purple Heart #4B1CC3

Tints of Purple Heart #4B1CC3

Color information

#4B1CC3 (or 0x4B1CC3) is unknown color: approx Purple Heart. HEX triplet: 4B, 1C and C3. RGB value is (75,28,195). Sum of RGB (Red+Green+Blue) = 75+28+195=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 195 (76.56% from 255 or 65.44% from 298); Max value from RGB is 195 - color contains mainly: blue. Hex color #4B1CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1CC3 is #B4E33C. Grayscale: #3C3C3C. Windows color (decimal): -11854653 or 12786763. OLE color: 12786763.

HSL color Cylindrical-coordinate representation of color #4B1CC3: hue angle of 256.89º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4B1CC3 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7528195-
CMYK0.620.8600.24
HSL256.89º74.89%43.73%-
HSV(B)256.89º85.64%76.47%-
XYZ13.176.2752.15-
YUV61.09203.57137.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.17%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 195 (76.56% from 255) = 65.44%
R=25.17%
G=9.40%
B=65.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75281950.620.8600.24256.8974.8943.73
Hex4B1CC33E560181014b2c
Octal113343037612603040111354
Binary1001011111001100001111111010101100110001000000011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,28,195); }

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

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

 a { background-color: rgb(75,28,195); }

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

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

 span { border-color: rgb(75,28,195); }

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