Html Css Color HEX #7610AB Purple Heart

📋 copy color: '#7610AB'

red 118 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #7610AB

Tints of Purple Heart #7610AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 38.69%
G = 5.25%
B = 56.07%

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

#7610AB (or 0x7610AB) is known color: Purple Heart. HEX triplet: 76, 10 and AB. RGB value is (118,16,171). Sum of RGB (Red+Green+Blue) = 118+16+171=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #7610AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7610AB is #89EF54. Grayscale: #3F3F3F. Windows color (decimal): -9039701 or 11210870. OLE color: 11210870.

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

Color convert

RGB 118 16 171 -
CMYK 0.31 0.91 0 0.33
HSL 279.48º 0.83% 0.37% -
HSV(B) 279.48º 0.91% 0.67% -
XYZ 15.01 7.16 39.12 -
YUV 64.17 188.29 166.4 -
System Red Green Blue C M Y K H S L
Decimal 118 16 171 0.31 0.91 0 0.33 279.48 0.83 0.37
Hex 76 10 AB 1F 5B 0 21 117 53 25
Octal 166 20 253 37 133 0 41 427 123 45
Binary 1110110 10000 10101011 11111 1011011 0 100001 100010111 1010011 100101

Color Harmonies of #7610AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7610AB

Black with #7610AB

Text Example


Text Example

White with #7610AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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