#773BCA

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

Shades of Purple Heart #773BCA

Tints of Purple Heart #773BCA

Color information

#773BCA (or 0x773BCA) is unknown color: approx Purple Heart. HEX triplet: 77, 3B and CA. RGB value is (119,59,202). Sum of RGB (Red+Green+Blue) = 119+59+202=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #773BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BCA is #88C435. Grayscale: #5C5C5C. Windows color (decimal): -8963126 or 13253495. OLE color: 13253495.

HSL color Cylindrical-coordinate representation of color #773BCA: hue angle of 265.17º 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 #773BCA is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11959202-
CMYK0.410.7100.21
HSL265.17º57.43%51.18%-
HSV(B)265.17º70.79%79.22%-
XYZ19.8311.3157.02-
YUV93.24189.38146.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.32%
GREEN value IS 59 (23.44% from 255) = 15.53%
BLUE value IS 202 (79.30% from 255) = 53.16%
R=31.32%
G=15.53%
B=53.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119592020.410.7100.21265.1757.4351.18
Hex773BCA29470151093933
Octal16773312511070254117163
Binary1110111111011110010101010011000111010101100001001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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