#4B07C5

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

Shades of Purple Heart #4B07C5

Tints of Purple Heart #4B07C5

Color information

#4B07C5 (or 0x4B07C5) is unknown color: approx Purple Heart. HEX triplet: 4B, 07 and C5. RGB value is (75,7,197). Sum of RGB (Red+Green+Blue) = 75+7+197=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 197 (77.34% from 255 or 70.61% from 279); Max value from RGB is 197 - color contains mainly: blue. Hex color #4B07C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B07C5 is #B4F83A. Grayscale: #303030. Windows color (decimal): -11860027 or 12912459. OLE color: 12912459.

HSL color Cylindrical-coordinate representation of color #4B07C5: hue angle of 261.47º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B07C5 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB757197-
CMYK0.620.9600.23
HSL261.47º93.14%40%-
HSV(B)261.47º96.45%77.25%-
XYZ13.065.6853.23-
YUV48.99211.53146.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.88%
GREEN value IS 7 (3.12% from 255) = 2.51%
BLUE value IS 197 (77.34% from 255) = 70.61%
R=26.88%
G=2.51%
B=70.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal7571970.620.9600.23261.4793.1440
Hex4B7C53E600171055d28
Octal11373057614002740513550
Binary10010111111100010111111011000000101111000001011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B07C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,7,197); }

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

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

 a { background-color: rgb(75,7,197); }

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

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

 span { border-color: rgb(75,7,197); }

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