Html Css Color HEX #7310D7 Blue Violet

📋 copy color: '#7310D7'

red 115 ◦ green 16 ◦ blue 215

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

Shades of Blue Violet #7310D7

Tints of Blue Violet #7310D7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.62%

 BLUE value IS 215 (84.38% from 255) = 62.14%

R = 33.24%
G = 4.62%
B = 62.14%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7310D7 (or 0x7310D7) is known color: Blue Violet. HEX triplet: 73, 10 and D7. RGB value is (115,16,215). Sum of RGB (Red+Green+Blue) = 115+16+215=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 215 (84.38% from 255 or 62.14% from 346); Max value from RGB is 215 - color contains mainly: blue. Hex color #7310D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7310D7 is #8CEF28. Grayscale: #434343. Windows color (decimal): -9236265 or 14094451. OLE color: 14094451.

HSL color Cylindrical-coordinate representation of color #7310D7: hue angle of 269.85º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7310D7 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 16 215 -
CMYK 0.47 0.93 0 0.16
HSL 269.85º 0.86% 0.45% -
HSV(B) 269.85º 0.93% 0.84% -
XYZ 19.52 8.92 64.98 -
YUV 68.29 210.8 161.32 -
System Red Green Blue C M Y K H S L
Decimal 115 16 215 0.47 0.93 0 0.16 269.85 0.86 0.45
Hex 73 10 D7 2F 5D 0 10 10E 56 2D
Octal 163 20 327 57 135 0 20 416 126 55
Binary 1110011 10000 11010111 101111 1011101 0 10000 100001110 1010110 101101

Color Harmonies of #7310D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7310D7

Black with #7310D7

Text Example


Text Example

White with #7310D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7310D7; }

 p { color: rgb(115,16,215); }

 H1.HeaderClassName
 {
   color: #7310D7;
 }
 .AnyTagClassName
 {
   color: #7310D7;
 }
</style>

background-color css

<style>
 a { background-color: #7310D7; }

 a { background-color: rgb(115,16,215); }

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

border-color css

<style>
 span { border-color: #7310D7; }

 span { border-color: rgb(115,16,215); }

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