#4b0db1

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

Shades of Purple Heart #4B0DB1

Tints of Purple Heart #4B0DB1

Color information

#4B0DB1 (or 0x4B0DB1) is unknown color: approx Purple Heart. HEX triplet: 4B, 0D and B1. RGB value is (75,13,177). Sum of RGB (Red+Green+Blue) = 75+13+177=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 177 (69.53% from 255 or 66.79% from 265); Max value from RGB is 177 - color contains mainly: blue. Hex color #4B0DB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0DB1 is #B4F24E. Grayscale: #313131. Windows color (decimal): -11858511 or 11603275. OLE color: 11603275.

HSL color Cylindrical-coordinate representation of color #4B0DB1: hue angle of 262.68º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0DB1 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7513177-
CMYK0.580.9300.31
HSL262.68º86.32%37.25%-
HSV(B)262.68º92.66%69.41%-
XYZ10.984.9641.97-
YUV50.23199.54145.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.30%
GREEN value IS 13 (5.47% from 255) = 4.91%
BLUE value IS 177 (69.53% from 255) = 66.79%
R=28.30%
G=4.91%
B=66.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75131770.580.9300.31262.6886.3237.25
Hex4BDB13A5D01F1075625
Octal113152617213503740712645
Binary100101111011011000111101010111010111111000001111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b0db1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,13,177); }

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

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

 a { background-color: rgb(75,13,177); }

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

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

 span { border-color: rgb(75,13,177); }

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