#763BCA

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

Shades of Purple Heart #763BCA

Tints of Purple Heart #763BCA

Color information

#763BCA (or 0x763BCA) is unknown color: approx Purple Heart. HEX triplet: 76, 3B and CA. RGB value is (118,59,202). Sum of RGB (Red+Green+Blue) = 118+59+202=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #763BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763BCA is #89C435. Grayscale: #5C5C5C. Windows color (decimal): -9028662 or 13253494. OLE color: 13253494.

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

Color convert

RGB11859202-
CMYK0.420.7100.21
HSL264.76º57.43%51.18%-
HSV(B)264.76º70.79%79.22%-
XYZ19.711.2457.01-
YUV92.94189.55145.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=31.13%
G=15.57%
B=53.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118592020.420.7100.21264.7657.4351.18
Hex763BCA2A470151093933
Octal16673312521070254117163
Binary1110110111011110010101010101000111010101100001001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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