#4B0FB9

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

Shades of Purple Heart #4B0FB9

Tints of Purple Heart #4B0FB9

Color information

#4B0FB9 (or 0x4B0FB9) is unknown color: approx Purple Heart. HEX triplet: 4B, 0F and B9. RGB value is (75,15,185). Sum of RGB (Red+Green+Blue) = 75+15+185=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 185 (72.66% from 255 or 67.27% from 275); Max value from RGB is 185 - color contains mainly: blue. Hex color #4B0FB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0FB9 is #B4F046. Grayscale: #333333. Windows color (decimal): -11857991 or 12128075. OLE color: 12128075.

HSL color Cylindrical-coordinate representation of color #4B0FB9: hue angle of 261.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B0FB9 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7515185-
CMYK0.590.9200.27
HSL261.18º85%39.22%-
HSV(B)261.18º91.89%72.55%-
XYZ11.835.3446.31-
YUV52.32202.88144.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.27%
GREEN value IS 15 (6.25% from 255) = 5.45%
BLUE value IS 185 (72.66% from 255) = 67.27%
R=27.27%
G=5.45%
B=67.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal75151850.590.9200.27261.188539.22
Hex4BFB93B5C01B1055527
Octal113172717313403340512547
Binary100101111111011100111101110111000110111000001011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,15,185); }

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

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

 a { background-color: rgb(75,15,185); }

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

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

 span { border-color: rgb(75,15,185); }

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