#762CBA

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

Shades of Purple Heart #762CBA

Tints of Purple Heart #762CBA

Color information

#762CBA (or 0x762CBA) is unknown color: approx Purple Heart. HEX triplet: 76, 2C and BA. RGB value is (118,44,186). Sum of RGB (Red+Green+Blue) = 118+44+186=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #762CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CBA is #89D345. Grayscale: #515151. Windows color (decimal): -9032518 or 12201078. OLE color: 12201078.

HSL color Cylindrical-coordinate representation of color #762CBA: hue angle of 271.27º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762CBA is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11844186-
CMYK0.370.7600.27
HSL271.27º61.74%45.1%-
HSV(B)271.27º76.34%72.94%-
XYZ17.239.247.32-
YUV82.31186.52153.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 44 (17.58% from 255) = 12.64%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=33.91%
G=12.64%
B=53.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118441860.370.7600.27271.2761.7445.1
Hex762CBA254C01B10f3e2d
Octal16654272451140334177655
Binary1110110101100101110101001011001100011011100001111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762CBA; }

 p { color: rgb(118,44,186); }

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

<style>
 a { background-color: #762CBA; }

 a { background-color: rgb(118,44,186); }

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

<style>
 span { border-color: #762CBA; }

 span { border-color: rgb(118,44,186); }

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