#773ACA

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

Shades of Purple Heart #773ACA

Tints of Purple Heart #773ACA

Color information

#773ACA (or 0x773ACA) is unknown color: approx Purple Heart. HEX triplet: 77, 3A and CA. RGB value is (119,58,202). Sum of RGB (Red+Green+Blue) = 119+58+202=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 58 (23.05% from 255 or 15.30% 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 #773ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ACA is #88C535. Grayscale: #5C5C5C. Windows color (decimal): -8963382 or 13253239. OLE color: 13253239.

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

Color convert

RGB11958202-
CMYK0.410.7100.21
HSL265.42º57.6%50.98%-
HSV(B)265.42º71.29%79.22%-
XYZ19.7811.2157-
YUV92.66189.71146.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.40%
GREEN value IS 58 (23.05% from 255) = 15.30%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=31.40%
G=15.30%
B=53.30%

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
Decimal119582020.410.7100.21265.4257.650.98
Hex773ACA29470151093a33
Octal16772312511070254117263
Binary1110111111010110010101010011000111010101100001001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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