Html Css Color HEX #7618A1 Vivid Violet

📋 copy color: '#7618A1'

red 118 ◦ green 24 ◦ blue 161

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

Shades of Vivid Violet #7618A1

Tints of Vivid Violet #7618A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 53.14%

R = 38.94%
G = 7.92%
B = 53.14%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7618A1 (or 0x7618A1) is known color: Vivid Violet. HEX triplet: 76, 18 and A1. RGB value is (118,24,161). Sum of RGB (Red+Green+Blue) = 118+24+161=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 161 (63.28% from 255 or 53.14% from 303); Max value from RGB is 161 - color contains mainly: blue. Hex color #7618A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7618A1 is #89E75E. Grayscale: #434343. Windows color (decimal): -9037663 or 10557558. OLE color: 10557558.

HSL color Cylindrical-coordinate representation of color #7618A1: hue angle of 281.17º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7618A1 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 24 161 -
CMYK 0.27 0.85 0 0.37
HSL 281.17º 0.74% 0.36% -
HSV(B) 281.17º 0.85% 0.63% -
XYZ 14.23 7.08 34.33 -
YUV 67.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 118 24 161 0.27 0.85 0 0.37 281.17 0.74 0.36
Hex 76 18 A1 1B 55 0 25 119 4A 24
Octal 166 30 241 33 125 0 45 431 112 44
Binary 1110110 11000 10100001 11011 1010101 0 100101 100011001 1001010 100100

Color Harmonies of #7618A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7618A1

Black with #7618A1

Text Example


Text Example

White with #7618A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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