#763CBE

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

Shades of Purple Heart #763CBE

Tints of Purple Heart #763CBE

Color information

#763CBE (or 0x763CBE) is unknown color: approx Purple Heart. HEX triplet: 76, 3C and BE. RGB value is (118,60,190). Sum of RGB (Red+Green+Blue) = 118+60+190=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #763CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763CBE is #89C341. Grayscale: #5B5B5B. Windows color (decimal): -9028418 or 12467318. OLE color: 12467318.

HSL color Cylindrical-coordinate representation of color #763CBE: hue angle of 266.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #763CBE is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11860190-
CMYK0.380.6800.25
HSL266.77º52%49.02%-
HSV(B)266.77º68.42%74.51%-
XYZ18.3810.849.83-
YUV92.16183.22146.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 60 (23.83% from 255) = 16.30%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=32.07%
G=16.30%
B=51.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118601900.380.6800.25266.775249.02
Hex763CBE264401910b3431
Octal16674276461040314136461
Binary1110110111100101111101001101000100011001100001011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763CBE; }

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

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

<style>
 a { background-color: #763CBE; }

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

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

<style>
 span { border-color: #763CBE; }

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

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