#7716CA

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

Shades of Purple Heart #7716CA

Tints of Purple Heart #7716CA

Color information

#7716CA (or 0x7716CA) is unknown color: approx Purple Heart. HEX triplet: 77, 16 and CA. RGB value is (119,22,202). Sum of RGB (Red+Green+Blue) = 119+22+202=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #7716CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7716CA is #88E935. Grayscale: #464646. Windows color (decimal): -8972598 or 13244023. OLE color: 13244023.

HSL color Cylindrical-coordinate representation of color #7716CA: hue angle of 272.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7716CA is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11922202-
CMYK0.410.8900.21
HSL272.33º80.36%43.92%-
HSV(B)272.33º89.11%79.22%-
XYZ18.568.7656.59-
YUV71.52201.64161.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.69%
GREEN value IS 22 (8.98% from 255) = 6.41%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=34.69%
G=6.41%
B=58.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119222020.410.8900.21272.3380.3643.92
Hex7716CA2959015110502c
Octal167263125113102542012054
Binary1110111101101100101010100110110010101011000100001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7716CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7716CA; }

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

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

<style>
 a { background-color: #7716CA; }

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

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

<style>
 span { border-color: #7716CA; }

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

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