Html Css Color HEX #7610AA Purple Heart

📋 copy color: '#7610AA'

red 118 ◦ green 16 ◦ blue 170

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

Shades of Purple Heart #7610AA

Tints of Purple Heart #7610AA

RGB

 RED value IS 118 (46.48% from 255) = 38.82%

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

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

R = 38.82%
G = 5.26%
B = 55.92%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7610AA (or 0x7610AA) is known color: Purple Heart. HEX triplet: 76, 10 and AA. RGB value is (118,16,170). Sum of RGB (Red+Green+Blue) = 118+16+170=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #7610AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7610AA is #89EF55. Grayscale: #3F3F3F. Windows color (decimal): -9039702 or 11145334. OLE color: 11145334.

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

Color convert

RGB 118 16 170 -
CMYK 0.31 0.91 0 0.33
HSL 279.74º 0.83% 0.36% -
HSV(B) 279.74º 0.91% 0.67% -
XYZ 14.91 7.12 38.62 -
YUV 64.05 187.79 166.48 -
System Red Green Blue C M Y K H S L
Decimal 118 16 170 0.31 0.91 0 0.33 279.74 0.83 0.36
Hex 76 10 AA 1F 5B 0 21 118 53 24
Octal 166 20 252 37 133 0 41 430 123 44
Binary 1110110 10000 10101010 11111 1011011 0 100001 100011000 1010011 100100

Color Harmonies of #7610AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7610AA

Black with #7610AA

Text Example


Text Example

White with #7610AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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