Html Css Color HEX #7813DC Blue Violet

📋 copy color: '#7813DC'

red 120 ◦ green 19 ◦ blue 220

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

Shades of Blue Violet #7813DC

Tints of Blue Violet #7813DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.28%

R = 33.43%
G = 5.29%
B = 61.28%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7813DC (or 0x7813DC) is known color: Blue Violet. HEX triplet: 78, 13 and DC. RGB value is (120,19,220). Sum of RGB (Red+Green+Blue) = 120+19+220=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 220 (86.33% from 255 or 61.28% from 359); Max value from RGB is 220 - color contains mainly: blue. Hex color #7813DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7813DC is #87EC23. Grayscale: #474747. Windows color (decimal): -8907812 or 14422904. OLE color: 14422904.

HSL color Cylindrical-coordinate representation of color #7813DC: hue angle of 270.15º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7813DC is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 19 220 -
CMYK 0.45 0.91 0 0.14
HSL 270.15º 0.84% 0.47% -
HSV(B) 270.15º 0.91% 0.86% -
XYZ 20.9 9.63 68.47 -
YUV 72.11 211.46 162.16 -
System Red Green Blue C M Y K H S L
Decimal 120 19 220 0.45 0.91 0 0.14 270.15 0.84 0.47
Hex 78 13 DC 2D 5B 0 E 10E 54 2F
Octal 170 23 334 55 133 0 16 416 124 57
Binary 1111000 10011 11011100 101101 1011011 0 1110 100001110 1010100 101111

Color Harmonies of #7813DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7813DC

Black with #7813DC

Text Example


Text Example

White with #7813DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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