Html Css Color HEX #7117A4 Vivid Violet

📋 copy color: '#7117A4'

red 113 ◦ green 23 ◦ blue 164

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

Shades of Vivid Violet #7117A4

Tints of Vivid Violet #7117A4

RGB

 RED value IS 113 (44.53% from 255) = 37.67%

 GREEN value IS 23 (9.38% from 255) = 7.67%

 BLUE value IS 164 (64.45% from 255) = 54.67%

R = 37.67%
G = 7.67%
B = 54.67%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7117A4 (or 0x7117A4) is known color: Vivid Violet. HEX triplet: 71, 17 and A4. RGB value is (113,23,164). Sum of RGB (Red+Green+Blue) = 113+23+164=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #7117A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7117A4 is #8EE85B. Grayscale: #414141. Windows color (decimal): -9365596 or 10753905. OLE color: 10753905.

HSL color Cylindrical-coordinate representation of color #7117A4: hue angle of 278.3º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7117A4 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 23 164 -
CMYK 0.31 0.86 0 0.36
HSL 278.3º 0.75% 0.37% -
HSV(B) 278.3º 0.86% 0.64% -
XYZ 13.82 6.8 35.71 -
YUV 65.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 113 23 164 0.31 0.86 0 0.36 278.3 0.75 0.37
Hex 71 17 A4 1F 56 0 24 116 4B 25
Octal 161 27 244 37 126 0 44 426 113 45
Binary 1110001 10111 10100100 11111 1010110 0 100100 100010110 1001011 100101

Color Harmonies of #7117A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7117A4

Black with #7117A4

Text Example


Text Example

White with #7117A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7117A4; }

 p { color: rgb(113,23,164); }

 H1.HeaderClassName
 {
   color: #7117A4;
 }
 .AnyTagClassName
 {
   color: #7117A4;
 }
</style>

background-color css

<style>
 a { background-color: #7117A4; }

 a { background-color: rgb(113,23,164); }

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

border-color css

<style>
 span { border-color: #7117A4; }

 span { border-color: rgb(113,23,164); }

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