#760BB0

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

Shades of Purple Heart #760BB0

Tints of Purple Heart #760BB0

Color information

#760BB0 (or 0x760BB0) is unknown color: approx Purple Heart. HEX triplet: 76, 0B and B0. RGB value is (118,11,176). Sum of RGB (Red+Green+Blue) = 118+11+176=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #760BB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760BB0 is #89F44F. Grayscale: #3D3D3D. Windows color (decimal): -9040976 or 11537270. OLE color: 11537270.

HSL color Cylindrical-coordinate representation of color #760BB0: hue angle of 278.91º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760BB0 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11811176-
CMYK0.330.9400.31
HSL278.91º88.24%36.67%-
HSV(B)278.91º93.75%69.02%-
XYZ15.437.2341.66-
YUV61.8192.45168.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 11 (4.69% from 255) = 3.61%
BLUE value IS 176 (69.14% from 255) = 57.70%
R=38.69%
G=3.61%
B=57.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118111760.330.9400.31278.9188.2436.67
Hex76BB0215E01F1175825
Octal166132604113603742713045
Binary111011010111011000010000110111100111111000101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760BB0; }

 p { color: rgb(118,11,176); }

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

<style>
 a { background-color: #760BB0; }

 a { background-color: rgb(118,11,176); }

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

<style>
 span { border-color: #760BB0; }

 span { border-color: rgb(118,11,176); }

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