Html Css Color HEX #7310DF Blue Violet

📋 copy color: '#7310DF'

red 115 ◦ green 16 ◦ blue 223

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

Shades of Blue Violet #7310DF

Tints of Blue Violet #7310DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.99%

R = 32.49%
G = 4.52%
B = 62.99%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7310DF (or 0x7310DF) is known color: Blue Violet. HEX triplet: 73, 10 and DF. RGB value is (115,16,223). Sum of RGB (Red+Green+Blue) = 115+16+223=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #7310DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7310DF is #8CEF20. Grayscale: #444444. Windows color (decimal): -9236257 or 14618739. OLE color: 14618739.

HSL color Cylindrical-coordinate representation of color #7310DF: hue angle of 268.7º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7310DF is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 16 223 -
CMYK 0.48 0.93 0 0.13
HSL 268.7º 0.87% 0.47% -
HSV(B) 268.7º 0.93% 0.87% -
XYZ 20.57 9.34 70.53 -
YUV 69.2 214.8 160.67 -
System Red Green Blue C M Y K H S L
Decimal 115 16 223 0.48 0.93 0 0.13 268.7 0.87 0.47
Hex 73 10 DF 30 5D 0 D 10D 57 2F
Octal 163 20 337 60 135 0 15 415 127 57
Binary 1110011 10000 11011111 110000 1011101 0 1101 100001101 1010111 101111

Color Harmonies of #7310DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7310DF

Black with #7310DF

Text Example


Text Example

White with #7310DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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