#763ECD

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

Shades of Purple Heart #763ECD

Tints of Purple Heart #763ECD

Color information

#763ECD (or 0x763ECD) is unknown color: approx Purple Heart. HEX triplet: 76, 3E and CD. RGB value is (118,62,205). Sum of RGB (Red+Green+Blue) = 118+62+205=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #763ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763ECD is #89C132. Grayscale: #5E5E5E. Windows color (decimal): -9027891 or 13450870. OLE color: 13450870.

HSL color Cylindrical-coordinate representation of color #763ECD: hue angle of 263.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #763ECD is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11862205-
CMYK0.420.7000.20
HSL263.5º58.85%52.35%-
HSV(B)263.5º69.76%80.39%-
XYZ20.2111.758.95-
YUV95.05190.05144.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 62 (24.61% from 255) = 16.10%
BLUE value IS 205 (80.47% from 255) = 53.25%
R=30.65%
G=16.10%
B=53.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118622050.420.7000.20263.558.8552.35
Hex763ECD2A460141073b34
Octal16676315521060244077364
Binary1110110111110110011011010101000110010100100000111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,62,205); }

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

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

 a { background-color: rgb(118,62,205); }

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

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

 span { border-color: rgb(118,62,205); }

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