Html Css Color HEX #7315DA Blue Violet

📋 copy color: '#7315DA'

red 115 ◦ green 21 ◦ blue 218

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

Shades of Blue Violet #7315DA

Tints of Blue Violet #7315DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.58%

R = 32.49%
G = 5.93%
B = 61.58%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7315DA (or 0x7315DA) is known color: Blue Violet. HEX triplet: 73, 15 and DA. RGB value is (115,21,218). Sum of RGB (Red+Green+Blue) = 115+21+218=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #7315DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7315DA is #8CEA25. Grayscale: #464646. Windows color (decimal): -9234982 or 14292339. OLE color: 14292339.

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

Color convert

RGB 115 21 218 -
CMYK 0.47 0.90 0 0.15
HSL 268.63º 0.82% 0.47% -
HSV(B) 268.63º 0.9% 0.85% -
XYZ 19.99 9.24 67.06 -
YUV 71.56 210.64 158.98 -
System Red Green Blue C M Y K H S L
Decimal 115 21 218 0.47 0.90 0 0.15 268.63 0.82 0.47
Hex 73 15 DA 2F 5A 0 F 10D 52 2F
Octal 163 25 332 57 132 0 17 415 122 57
Binary 1110011 10101 11011010 101111 1011010 0 1111 100001101 1010010 101111

Color Harmonies of #7315DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7315DA

Black with #7315DA

Text Example


Text Example

White with #7315DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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