Html Css Color HEX #7710AA Purple Heart

📋 copy color: '#7710AA'

red 119 ◦ green 16 ◦ blue 170

#7710AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7710AA

Tints of Purple Heart #7710AA

RGB

 RED value IS 119 (46.88% from 255) = 39.02%

 GREEN value IS 16 (6.64% from 255) = 5.25%

 BLUE value IS 170 (66.8% from 255) = 55.74%

R = 39.02%
G = 5.25%
B = 55.74%

CMYK

 C value IS 0.3

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7710AA (or 0x7710AA) is known color: Purple Heart. HEX triplet: 77, 10 and AA. RGB value is (119,16,170). Sum of RGB (Red+Green+Blue) = 119+16+170=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #7710AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7710AA is #88EF55. Grayscale: #3F3F3F. Windows color (decimal): -8974166 or 11145335. OLE color: 11145335.

HSL color Cylindrical-coordinate representation of color #7710AA: hue angle of 280.13º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7710AA is Cyan = 0.3, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 16 170 -
CMYK 0.3 0.91 0 0.33
HSL 280.13º 0.83% 0.36% -
HSV(B) 280.13º 0.91% 0.67% -
XYZ 15.05 7.19 38.63 -
YUV 64.35 187.62 166.98 -
System Red Green Blue C M Y K H S L
Decimal 119 16 170 0.3 0.91 0 0.33 280.13 0.83 0.36
Hex 77 10 AA 1E 5B 0 21 118 53 24
Octal 167 20 252 36 133 0 41 430 123 44
Binary 1110111 10000 10101010 11110 1011011 0 100001 100011000 1010011 100100

Color Harmonies of #7710AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7710AA

Black with #7710AA

Text Example


Text Example

White with #7710AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7710AA; }

 p { color: rgb(119,16,170); }

 H1.HeaderClassName
 {
   color: #7710AA;
 }
 .AnyTagClassName
 {
   color: #7710AA;
 }
</style>

background-color css

<style>
 a { background-color: #7710AA; }

 a { background-color: rgb(119,16,170); }

 div.DivClassName
 {
   background-color: #7710AA;
 }
 .BgClassName
 {
   background-color: #7710AA;
 }
</style>

border-color css

<style>
 span { border-color: #7710AA; }

 span { border-color: rgb(119,16,170); }

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