Html Css Color HEX #7710AE Purple Heart

📋 copy color: '#7710AE'

red 119 ◦ green 16 ◦ blue 174

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

Shades of Purple Heart #7710AE

Tints of Purple Heart #7710AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.31%

R = 38.51%
G = 5.18%
B = 56.31%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7710AE (or 0x7710AE) is known color: Purple Heart. HEX triplet: 77, 10 and AE. RGB value is (119,16,174). Sum of RGB (Red+Green+Blue) = 119+16+174=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #7710AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7710AE is #88EF51. Grayscale: #404040. Windows color (decimal): -8974162 or 11407479. OLE color: 11407479.

HSL color Cylindrical-coordinate representation of color #7710AE: hue angle of 279.11º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7710AE is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 16 174 -
CMYK 0.32 0.91 0 0.32
HSL 279.11º 0.83% 0.37% -
HSV(B) 279.11º 0.91% 0.68% -
XYZ 15.43 7.35 40.65 -
YUV 64.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 119 16 174 0.32 0.91 0 0.32 279.11 0.83 0.37
Hex 77 10 AE 20 5B 0 20 117 53 25
Octal 167 20 256 40 133 0 40 427 123 45
Binary 1110111 10000 10101110 100000 1011011 0 100000 100010111 1010011 100101

Color Harmonies of #7710AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7710AE

Black with #7710AE

Text Example


Text Example

White with #7710AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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