#762DBE

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

Shades of Purple Heart #762DBE

Tints of Purple Heart #762DBE

Color information

#762DBE (or 0x762DBE) is unknown color: approx Purple Heart. HEX triplet: 76, 2D and BE. RGB value is (118,45,190). Sum of RGB (Red+Green+Blue) = 118+45+190=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #762DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DBE is #89D241. Grayscale: #525252. Windows color (decimal): -9032258 or 12463478. OLE color: 12463478.

HSL color Cylindrical-coordinate representation of color #762DBE: hue angle of 270.21º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762DBE is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11845190-
CMYK0.380.7600.25
HSL270.21º61.7%46.08%-
HSV(B)270.21º76.32%74.51%-
XYZ17.79.4549.61-
YUV83.36188.18152.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 45 (17.97% from 255) = 12.75%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=33.43%
G=12.75%
B=53.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118451900.380.7600.25270.2161.746.08
Hex762DBE264C01910e3e2e
Octal16655276461140314167656
Binary1110110101101101111101001101001100011001100001110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,45,190); }

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

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

 a { background-color: rgb(118,45,190); }

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

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

 span { border-color: rgb(118,45,190); }

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