Html Css Color HEX #7813CE Blue Violet

📋 copy color: '#7813CE'

red 120 ◦ green 19 ◦ blue 206

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

Shades of Blue Violet #7813CE

Tints of Blue Violet #7813CE

RGB

 RED value IS 120 (47.27% from 255) = 34.78%

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

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

R = 34.78%
G = 5.51%
B = 59.71%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7813CE (or 0x7813CE) is known color: Blue Violet. HEX triplet: 78, 13 and CE. RGB value is (120,19,206). Sum of RGB (Red+Green+Blue) = 120+19+206=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #7813CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7813CE is #87EC31. Grayscale: #454545. Windows color (decimal): -8907826 or 13505400. OLE color: 13505400.

HSL color Cylindrical-coordinate representation of color #7813CE: hue angle of 272.41º 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 #7813CE is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 19 206 -
CMYK 0.42 0.91 0 0.19
HSL 272.41º 0.83% 0.44% -
HSV(B) 272.41º 0.91% 0.81% -
XYZ 19.12 8.92 59.11 -
YUV 70.52 204.46 163.29 -
System Red Green Blue C M Y K H S L
Decimal 120 19 206 0.42 0.91 0 0.19 272.41 0.83 0.44
Hex 78 13 CE 2A 5B 0 13 110 53 2C
Octal 170 23 316 52 133 0 23 420 123 54
Binary 1111000 10011 11001110 101010 1011011 0 10011 100010000 1010011 101100

Color Harmonies of #7813CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7813CE

Black with #7813CE

Text Example


Text Example

White with #7813CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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