Html Css Color HEX #7813DD Blue Violet

📋 copy color: '#7813DD'

red 120 ◦ green 19 ◦ blue 221

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

Shades of Blue Violet #7813DD

Tints of Blue Violet #7813DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.39%

R = 33.33%
G = 5.28%
B = 61.39%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7813DD (or 0x7813DD) is known color: Blue Violet. HEX triplet: 78, 13 and DD. RGB value is (120,19,221). Sum of RGB (Red+Green+Blue) = 120+19+221=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #7813DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7813DD is #87EC22. Grayscale: #474747. Windows color (decimal): -8907811 or 14488440. OLE color: 14488440.

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

Color convert

RGB 120 19 221 -
CMYK 0.46 0.91 0 0.13
HSL 270º 0.84% 0.47% -
HSV(B) 270º 0.91% 0.87% -
XYZ 21.03 9.68 69.17 -
YUV 72.23 211.96 162.07 -
System Red Green Blue C M Y K H S L
Decimal 120 19 221 0.46 0.91 0 0.13 270 0.84 0.47
Hex 78 13 DD 2E 5B 0 D 10E 54 2F
Octal 170 23 335 56 133 0 15 416 124 57
Binary 1111000 10011 11011101 101110 1011011 0 1101 100001110 1010100 101111

Color Harmonies of #7813DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7813DD

Black with #7813DD

Text Example


Text Example

White with #7813DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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