Html Css Color HEX #7618AA Purple Heart

📋 copy color: '#7618AA'

red 118 ◦ green 24 ◦ blue 170

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

Shades of Purple Heart #7618AA

Tints of Purple Heart #7618AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.69%

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

R = 37.82%
G = 7.69%
B = 54.49%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7618AA (or 0x7618AA) is known color: Purple Heart. HEX triplet: 76, 18 and AA. RGB value is (118,24,170). Sum of RGB (Red+Green+Blue) = 118+24+170=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #7618AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7618AA is #89E755. Grayscale: #444444. Windows color (decimal): -9037654 or 11147382. OLE color: 11147382.

HSL color Cylindrical-coordinate representation of color #7618AA: hue angle of 278.63º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7618AA is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 24 170 -
CMYK 0.31 0.86 0 0.33
HSL 278.63º 0.75% 0.38% -
HSV(B) 278.63º 0.86% 0.67% -
XYZ 15.05 7.41 38.67 -
YUV 68.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 118 24 170 0.31 0.86 0 0.33 278.63 0.75 0.38
Hex 76 18 AA 1F 56 0 21 117 4B 26
Octal 166 30 252 37 126 0 41 427 113 46
Binary 1110110 11000 10101010 11111 1010110 0 100001 100010111 1001011 100110

Color Harmonies of #7618AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7618AA

Black with #7618AA

Text Example


Text Example

White with #7618AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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