Html Css Color HEX #7317DB Blue Violet

📋 copy color: '#7317DB'

red 115 ◦ green 23 ◦ blue 219

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

Shades of Blue Violet #7317DB

Tints of Blue Violet #7317DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.44%

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

R = 32.21%
G = 6.44%
B = 61.34%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7317DB (or 0x7317DB) is known color: Blue Violet. HEX triplet: 73, 17 and DB. RGB value is (115,23,219). Sum of RGB (Red+Green+Blue) = 115+23+219=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #7317DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7317DB is #8CE824. Grayscale: #484848. Windows color (decimal): -9234469 or 14358387. OLE color: 14358387.

HSL color Cylindrical-coordinate representation of color #7317DB: hue angle of 268.16º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7317DB is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 23 219 -
CMYK 0.47 0.89 0 0.14
HSL 268.16º 0.81% 0.47% -
HSV(B) 268.16º 0.89% 0.86% -
XYZ 20.16 9.37 67.76 -
YUV 72.85 210.48 158.06 -
System Red Green Blue C M Y K H S L
Decimal 115 23 219 0.47 0.89 0 0.14 268.16 0.81 0.47
Hex 73 17 DB 2F 59 0 E 10C 51 2F
Octal 163 27 333 57 131 0 16 414 121 57
Binary 1110011 10111 11011011 101111 1011001 0 1110 100001100 1010001 101111

Color Harmonies of #7317DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7317DB

Black with #7317DB

Text Example


Text Example

White with #7317DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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