#763AC7

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

Shades of Purple Heart #763AC7

Tints of Purple Heart #763AC7

Color information

#763AC7 (or 0x763AC7) is unknown color: approx Purple Heart. HEX triplet: 76, 3A and C7. RGB value is (118,58,199). Sum of RGB (Red+Green+Blue) = 118+58+199=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #763AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763AC7 is #89C538. Grayscale: #5B5B5B. Windows color (decimal): -9028921 or 13056630. OLE color: 13056630.

HSL color Cylindrical-coordinate representation of color #763AC7: hue angle of 265.53º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #763AC7 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11858199-
CMYK0.410.7100.22
HSL265.53º55.73%50.39%-
HSV(B)265.53º70.85%78.04%-
XYZ19.291155.14-
YUV92.01188.38146.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 58 (23.05% from 255) = 15.47%
BLUE value IS 199 (78.12% from 255) = 53.07%
R=31.47%
G=15.47%
B=53.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal118581990.410.7100.22265.5355.7350.39
Hex763AC7294701610a3832
Octal16672307511070264127062
Binary1110110111010110001111010011000111010110100001010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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