Html Css Color HEX #7313DB Blue Violet

📋 copy color: '#7313DB'

red 115 ◦ green 19 ◦ blue 219

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

Shades of Blue Violet #7313DB

Tints of Blue Violet #7313DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 32.58%
G = 5.38%
B = 62.04%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7313DB (or 0x7313DB) is known color: Blue Violet. HEX triplet: 73, 13 and DB. RGB value is (115,19,219). Sum of RGB (Red+Green+Blue) = 115+19+219=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #7313DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7313DB is #8CEC24. Grayscale: #454545. Windows color (decimal): -9235493 or 14357363. OLE color: 14357363.

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

Color convert

RGB 115 19 219 -
CMYK 0.47 0.91 0 0.14
HSL 268.8º 0.84% 0.47% -
HSV(B) 268.8º 0.91% 0.86% -
XYZ 20.09 9.23 67.74 -
YUV 70.5 211.8 159.74 -
System Red Green Blue C M Y K H S L
Decimal 115 19 219 0.47 0.91 0 0.14 268.8 0.84 0.47
Hex 73 13 DB 2F 5B 0 E 10D 54 2F
Octal 163 23 333 57 133 0 16 415 124 57
Binary 1110011 10011 11011011 101111 1011011 0 1110 100001101 1010100 101111

Color Harmonies of #7313DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7313DB

Black with #7313DB

Text Example


Text Example

White with #7313DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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