Html Css Color HEX #7913CE Blue Violet

📋 copy color: '#7913CE'

red 121 ◦ green 19 ◦ blue 206

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

Shades of Blue Violet #7913CE

Tints of Blue Violet #7913CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 34.97%
G = 5.49%
B = 59.54%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7913CE (or 0x7913CE) is known color: Blue Violet. HEX triplet: 79, 13 and CE. RGB value is (121,19,206). Sum of RGB (Red+Green+Blue) = 121+19+206=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #7913CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7913CE is #86EC31. Grayscale: #464646. Windows color (decimal): -8842290 or 13505401. OLE color: 13505401.

HSL color Cylindrical-coordinate representation of color #7913CE: hue angle of 272.73º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7913CE is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 19 206 -
CMYK 0.41 0.91 0 0.19
HSL 272.73º 0.83% 0.44% -
HSV(B) 272.73º 0.91% 0.81% -
XYZ 19.26 8.99 59.11 -
YUV 70.82 204.29 163.79 -
System Red Green Blue C M Y K H S L
Decimal 121 19 206 0.41 0.91 0 0.19 272.73 0.83 0.44
Hex 79 13 CE 29 5B 0 13 111 53 2C
Octal 171 23 316 51 133 0 23 421 123 54
Binary 1111001 10011 11001110 101001 1011011 0 10011 100010001 1010011 101100

Color Harmonies of #7913CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7913CE

Black with #7913CE

Text Example


Text Example

White with #7913CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7913CE; }

 p { color: rgb(121,19,206); }

 H1.HeaderClassName
 {
   color: #7913CE;
 }
 .AnyTagClassName
 {
   color: #7913CE;
 }
</style>

background-color css

<style>
 a { background-color: #7913CE; }

 a { background-color: rgb(121,19,206); }

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

border-color css

<style>
 span { border-color: #7913CE; }

 span { border-color: rgb(121,19,206); }

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