#4B06CB

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

Shades of Purple Heart #4B06CB

Tints of Purple Heart #4B06CB

Color information

#4B06CB (or 0x4B06CB) is unknown color: approx Purple Heart. HEX triplet: 4B, 06 and CB. RGB value is (75,6,203). Sum of RGB (Red+Green+Blue) = 75+6+203=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B06CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B06CB is #B4F934. Grayscale: #303030. Windows color (decimal): -11860277 or 13305419. OLE color: 13305419.

HSL color Cylindrical-coordinate representation of color #4B06CB: hue angle of 261.02º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B06CB is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB756203-
CMYK0.630.9700.20
HSL261.02º94.26%40.98%-
HSV(B)261.02º97.04%79.61%-
XYZ13.755.9456.92-
YUV49.09214.86146.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.41%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 203 (79.69% from 255) = 71.48%
R=26.41%
G=2.11%
B=71.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal7562030.630.9700.20261.0294.2640.98
Hex4B6CB3F610141055e29
Octal11363137714102440513651
Binary10010111101100101111111111000010101001000001011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B06CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,6,203); }

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

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

 a { background-color: rgb(75,6,203); }

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

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

 span { border-color: rgb(75,6,203); }

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