#4B10BE

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

Shades of Purple Heart #4B10BE

Tints of Purple Heart #4B10BE

Color information

#4B10BE (or 0x4B10BE) is unknown color: approx Purple Heart. HEX triplet: 4B, 10 and BE. RGB value is (75,16,190). Sum of RGB (Red+Green+Blue) = 75+16+190=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B10BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B10BE is #B4EF41. Grayscale: #343434. Windows color (decimal): -11857730 or 12456011. OLE color: 12456011.

HSL color Cylindrical-coordinate representation of color #4B10BE: hue angle of 260.34º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B10BE is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7516190-
CMYK0.610.9200.25
HSL260.34º84.47%40.39%-
HSV(B)260.34º91.58%74.51%-
XYZ12.385.5849.14-
YUV53.48205.05143.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.69%
GREEN value IS 16 (6.64% from 255) = 5.69%
BLUE value IS 190 (74.61% from 255) = 67.62%
R=26.69%
G=5.69%
B=67.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75161900.610.9200.25260.3484.4740.39
Hex4B10BE3D5C0191045428
Octal113202767513403140412450
Binary1001011100001011111011110110111000110011000001001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B10BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,16,190); }

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

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

 a { background-color: rgb(75,16,190); }

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

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

 span { border-color: rgb(75,16,190); }

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