Html Css Color HEX #7616AF Purple Heart

📋 copy color: '#7616AF'

red 118 ◦ green 22 ◦ blue 175

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

Shades of Purple Heart #7616AF

Tints of Purple Heart #7616AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.98%

 BLUE value IS 175 (68.75% from 255) = 55.56%

R = 37.46%
G = 6.98%
B = 55.56%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7616AF (or 0x7616AF) is known color: Purple Heart. HEX triplet: 76, 16 and AF. RGB value is (118,22,175). Sum of RGB (Red+Green+Blue) = 118+22+175=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #7616AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7616AF is #89E950. Grayscale: #434343. Windows color (decimal): -9038161 or 11474550. OLE color: 11474550.

HSL color Cylindrical-coordinate representation of color #7616AF: hue angle of 277.65º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7616AF is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 22 175 -
CMYK 0.33 0.87 0 0.31
HSL 277.65º 0.78% 0.39% -
HSV(B) 277.65º 0.87% 0.69% -
XYZ 15.5 7.52 41.19 -
YUV 68.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 118 22 175 0.33 0.87 0 0.31 277.65 0.78 0.39
Hex 76 16 AF 21 57 0 1F 116 4E 27
Octal 166 26 257 41 127 0 37 426 116 47
Binary 1110110 10110 10101111 100001 1010111 0 11111 100010110 1001110 100111

Color Harmonies of #7616AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7616AF

Black with #7616AF

Text Example


Text Example

White with #7616AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7616AF; }

 p { color: rgb(118,22,175); }

 H1.HeaderClassName
 {
   color: #7616AF;
 }
 .AnyTagClassName
 {
   color: #7616AF;
 }
</style>

background-color css

<style>
 a { background-color: #7616AF; }

 a { background-color: rgb(118,22,175); }

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

border-color css

<style>
 span { border-color: #7616AF; }

 span { border-color: rgb(118,22,175); }

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