Html Css Color HEX #7618AB Purple Heart

📋 copy color: '#7618AB'

red 118 ◦ green 24 ◦ blue 171

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

Shades of Purple Heart #7618AB

Tints of Purple Heart #7618AB

RGB

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

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

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

R = 37.7%
G = 7.67%
B = 54.63%

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

#7618AB (or 0x7618AB) is known color: Purple Heart. HEX triplet: 76, 18 and AB. RGB value is (118,24,171). Sum of RGB (Red+Green+Blue) = 118+24+171=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #7618AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7618AB is #89E754. Grayscale: #444444. Windows color (decimal): -9037653 or 11212918. OLE color: 11212918.

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

Color convert

RGB 118 24 171 -
CMYK 0.31 0.86 0 0.33
HSL 278.37º 0.75% 0.38% -
HSV(B) 278.37º 0.86% 0.67% -
XYZ 15.15 7.45 39.17 -
YUV 68.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 118 24 171 0.31 0.86 0 0.33 278.37 0.75 0.38
Hex 76 18 AB 1F 56 0 21 116 4B 26
Octal 166 30 253 37 126 0 41 426 113 46
Binary 1110110 11000 10101011 11111 1010110 0 100001 100010110 1001011 100110

Color Harmonies of #7618AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7618AB

Black with #7618AB

Text Example


Text Example

White with #7618AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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