Html Css Color HEX #7316DC Blue Violet

📋 copy color: '#7316DC'

red 115 ◦ green 22 ◦ blue 220

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

Shades of Blue Violet #7316DC

Tints of Blue Violet #7316DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.16%

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

R = 32.21%
G = 6.16%
B = 61.62%

CMYK

 C value IS 0.48

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7316DC (or 0x7316DC) is known color: Blue Violet. HEX triplet: 73, 16 and DC. RGB value is (115,22,220). Sum of RGB (Red+Green+Blue) = 115+22+220=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #7316DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7316DC is #8CE923. Grayscale: #474747. Windows color (decimal): -9234724 or 14423667. OLE color: 14423667.

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

Color convert

RGB 115 22 220 -
CMYK 0.48 0.9 0 0.14
HSL 268.18º 0.82% 0.47% -
HSV(B) 268.18º 0.9% 0.86% -
XYZ 20.28 9.39 68.45 -
YUV 72.38 211.31 158.4 -
System Red Green Blue C M Y K H S L
Decimal 115 22 220 0.48 0.9 0 0.14 268.18 0.82 0.47
Hex 73 16 DC 30 5A 0 E 10C 52 2F
Octal 163 26 334 60 132 0 16 414 122 57
Binary 1110011 10110 11011100 110000 1011010 0 1110 100001100 1010010 101111

Color Harmonies of #7316DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7316DC

Black with #7316DC

Text Example


Text Example

White with #7316DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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