#761ACA

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

Shades of Purple Heart #761ACA

Tints of Purple Heart #761ACA

Color information

#761ACA (or 0x761ACA) is unknown color: approx Purple Heart. HEX triplet: 76, 1A and CA. RGB value is (118,26,202). Sum of RGB (Red+Green+Blue) = 118+26+202=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #761ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761ACA is #89E535. Grayscale: #484848. Windows color (decimal): -9037110 or 13245046. OLE color: 13245046.

HSL color Cylindrical-coordinate representation of color #761ACA: hue angle of 271.36º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761ACA is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11826202-
CMYK0.420.8700.21
HSL271.36º77.19%44.71%-
HSV(B)271.36º87.13%79.22%-
XYZ18.58.8556.61-
YUV73.57200.48159.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 26 (10.55% from 255) = 7.51%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=34.10%
G=7.51%
B=58.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118262020.420.8700.21271.3677.1944.71
Hex761ACA2A5701510f4d2d
Octal166323125212702541711555
Binary1110110110101100101010101010101110101011000011111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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