Html Css Color HEX #7313DC Blue Violet

📋 copy color: '#7313DC'

red 115 ◦ green 19 ◦ blue 220

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

Shades of Blue Violet #7313DC

Tints of Blue Violet #7313DC

RGB

 RED value IS 115 (45.31% from 255) = 32.49%

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

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

R = 32.49%
G = 5.37%
B = 62.15%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7313DC (or 0x7313DC) is known color: Blue Violet. HEX triplet: 73, 13 and DC. RGB value is (115,19,220). Sum of RGB (Red+Green+Blue) = 115+19+220=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #7313DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7313DC is #8CEC23. Grayscale: #454545. Windows color (decimal): -9235492 or 14422899. OLE color: 14422899.

HSL color Cylindrical-coordinate representation of color #7313DC: hue angle of 268.66º 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 #7313DC is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 19 220 -
CMYK 0.48 0.91 0 0.14
HSL 268.66º 0.84% 0.47% -
HSV(B) 268.66º 0.91% 0.86% -
XYZ 20.22 9.28 68.44 -
YUV 70.62 212.3 159.66 -
System Red Green Blue C M Y K H S L
Decimal 115 19 220 0.48 0.91 0 0.14 268.66 0.84 0.47
Hex 73 13 DC 30 5B 0 E 10D 54 2F
Octal 163 23 334 60 133 0 16 415 124 57
Binary 1110011 10011 11011100 110000 1011011 0 1110 100001101 1010100 101111

Color Harmonies of #7313DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7313DC

Black with #7313DC

Text Example


Text Example

White with #7313DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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