#763DCA

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

Shades of Purple Heart #763DCA

Tints of Purple Heart #763DCA

Color information

#763DCA (or 0x763DCA) is unknown color: approx Purple Heart. HEX triplet: 76, 3D and CA. RGB value is (118,61,202). Sum of RGB (Red+Green+Blue) = 118+61+202=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #763DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763DCA is #89C235. Grayscale: #5D5D5D. Windows color (decimal): -9028150 or 13254006. OLE color: 13254006.

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

Color convert

RGB11861202-
CMYK0.420.7000.21
HSL264.26º57.09%51.57%-
HSV(B)264.26º69.8%79.22%-
XYZ19.811.4557.04-
YUV94.12188.88145.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 61 (24.22% from 255) = 16.01%
BLUE value IS 202 (79.30% from 255) = 53.02%
R=30.97%
G=16.01%
B=53.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118612020.420.7000.21264.2657.0951.57
Hex763DCA2A460151083934
Octal16675312521060254107164
Binary1110110111101110010101010101000110010101100001000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,61,202); }

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

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

 a { background-color: rgb(118,61,202); }

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

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

 span { border-color: rgb(118,61,202); }

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