Html Css Color HEX #7917CC Blue Violet

📋 copy color: '#7917CC'

red 121 ◦ green 23 ◦ blue 204

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

Shades of Blue Violet #7917CC

Tints of Blue Violet #7917CC

RGB

 RED value IS 121 (47.66% from 255) = 34.77%

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

 BLUE value IS 204 (80.08% from 255) = 58.62%

R = 34.77%
G = 6.61%
B = 58.62%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7917CC (or 0x7917CC) is known color: Blue Violet. HEX triplet: 79, 17 and CC. RGB value is (121,23,204). Sum of RGB (Red+Green+Blue) = 121+23+204=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #7917CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7917CC is #86E833. Grayscale: #484848. Windows color (decimal): -8841268 or 13375353. OLE color: 13375353.

HSL color Cylindrical-coordinate representation of color #7917CC: hue angle of 272.49º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7917CC is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 23 204 -
CMYK 0.41 0.89 0 0.2
HSL 272.49º 0.8% 0.45% -
HSV(B) 272.49º 0.89% 0.8% -
XYZ 19.09 9.04 57.86 -
YUV 72.94 201.97 162.28 -
System Red Green Blue C M Y K H S L
Decimal 121 23 204 0.41 0.89 0 0.2 272.49 0.8 0.45
Hex 79 17 CC 29 59 0 14 110 50 2D
Octal 171 27 314 51 131 0 24 420 120 55
Binary 1111001 10111 11001100 101001 1011001 0 10100 100010000 1010000 101101

Color Harmonies of #7917CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7917CC

Black with #7917CC

Text Example


Text Example

White with #7917CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7917CC; }

 p { color: rgb(121,23,204); }

 H1.HeaderClassName
 {
   color: #7917CC;
 }
 .AnyTagClassName
 {
   color: #7917CC;
 }
</style>

background-color css

<style>
 a { background-color: #7917CC; }

 a { background-color: rgb(121,23,204); }

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

border-color css

<style>
 span { border-color: #7917CC; }

 span { border-color: rgb(121,23,204); }

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