Html Css Color HEX #7315D6 Blue Violet

📋 copy color: '#7315D6'

red 115 ◦ green 21 ◦ blue 214

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

Shades of Blue Violet #7315D6

Tints of Blue Violet #7315D6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 214 (83.98% from 255) = 61.14%

R = 32.86%
G = 6%
B = 61.14%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7315D6 (or 0x7315D6) is known color: Blue Violet. HEX triplet: 73, 15 and D6. RGB value is (115,21,214). Sum of RGB (Red+Green+Blue) = 115+21+214=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #7315D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7315D6 is #8CEA29. Grayscale: #464646. Windows color (decimal): -9234986 or 14030195. OLE color: 14030195.

HSL color Cylindrical-coordinate representation of color #7315D6: hue angle of 269.22º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7315D6 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 21 214 -
CMYK 0.46 0.90 0 0.16
HSL 269.22º 0.82% 0.46% -
HSV(B) 269.22º 0.9% 0.84% -
XYZ 19.48 9.04 64.34 -
YUV 71.11 208.64 159.31 -
System Red Green Blue C M Y K H S L
Decimal 115 21 214 0.46 0.90 0 0.16 269.22 0.82 0.46
Hex 73 15 D6 2E 5A 0 10 10D 52 2E
Octal 163 25 326 56 132 0 20 415 122 56
Binary 1110011 10101 11010110 101110 1011010 0 10000 100001101 1010010 101110

Color Harmonies of #7315D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7315D6

Black with #7315D6

Text Example


Text Example

White with #7315D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7315D6; }

 p { color: rgb(115,21,214); }

 H1.HeaderClassName
 {
   color: #7315D6;
 }
 .AnyTagClassName
 {
   color: #7315D6;
 }
</style>

background-color css

<style>
 a { background-color: #7315D6; }

 a { background-color: rgb(115,21,214); }

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

border-color css

<style>
 span { border-color: #7315D6; }

 span { border-color: rgb(115,21,214); }

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