Html Css Color HEX #7710AD Purple Heart

📋 copy color: '#7710AD'

red 119 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #7710AD

Tints of Purple Heart #7710AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.17%

R = 38.64%
G = 5.19%
B = 56.17%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7710AD (or 0x7710AD) is known color: Purple Heart. HEX triplet: 77, 10 and AD. RGB value is (119,16,173). Sum of RGB (Red+Green+Blue) = 119+16+173=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #7710AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7710AD is #88EF52. Grayscale: #404040. Windows color (decimal): -8974163 or 11341943. OLE color: 11341943.

HSL color Cylindrical-coordinate representation of color #7710AD: hue angle of 279.36º 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 #7710AD is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 16 173 -
CMYK 0.31 0.91 0 0.32
HSL 279.36º 0.83% 0.37% -
HSV(B) 279.36º 0.91% 0.68% -
XYZ 15.34 7.31 40.14 -
YUV 64.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 119 16 173 0.31 0.91 0 0.32 279.36 0.83 0.37
Hex 77 10 AD 1F 5B 0 20 117 53 25
Octal 167 20 255 37 133 0 40 427 123 45
Binary 1110111 10000 10101101 11111 1011011 0 100000 100010111 1010011 100101

Color Harmonies of #7710AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7710AD

Black with #7710AD

Text Example


Text Example

White with #7710AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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