#763ABB

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

Shades of Purple Heart #763ABB

Tints of Purple Heart #763ABB

Color information

#763ABB (or 0x763ABB) is unknown color: approx Purple Heart. HEX triplet: 76, 3A and BB. RGB value is (118,58,187). Sum of RGB (Red+Green+Blue) = 118+58+187=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #763ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763ABB is #89C544. Grayscale: #5A5A5A. Windows color (decimal): -9028933 or 12270198. OLE color: 12270198.

HSL color Cylindrical-coordinate representation of color #763ABB: hue angle of 267.91º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #763ABB is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11858187-
CMYK0.370.6900.27
HSL267.91º52.65%48.04%-
HSV(B)267.91º68.98%73.33%-
XYZ17.9510.4748.09-
YUV90.65182.38147.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=32.51%
G=15.98%
B=51.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118581870.370.6900.27267.9152.6548.04
Hex763ABB254501B10c3530
Octal16672273451050334146560
Binary1110110111010101110111001011000101011011100001100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,58,187); }

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

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

 a { background-color: rgb(118,58,187); }

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

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

 span { border-color: rgb(118,58,187); }

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