Html Css Color HEX #7112D7 Blue Violet

📋 copy color: '#7112D7'

red 113 ◦ green 18 ◦ blue 215

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

Shades of Blue Violet #7112D7

Tints of Blue Violet #7112D7

RGB

 RED value IS 113 (44.53% from 255) = 32.66%

 GREEN value IS 18 (7.42% from 255) = 5.2%

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

R = 32.66%
G = 5.2%
B = 62.14%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7112D7 (or 0x7112D7) is known color: Blue Violet. HEX triplet: 71, 12 and D7. RGB value is (113,18,215). Sum of RGB (Red+Green+Blue) = 113+18+215=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 18 (7.42% from 255 or 5.20% 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 #7112D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112D7 is #8EED28. Grayscale: #444444. Windows color (decimal): -9366825 or 14094961. OLE color: 14094961.

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

Color convert

RGB 113 18 215 -
CMYK 0.47 0.92 0 0.16
HSL 268.93º 0.85% 0.46% -
HSV(B) 268.93º 0.92% 0.84% -
XYZ 19.29 8.85 64.98 -
YUV 68.86 210.47 159.48 -
System Red Green Blue C M Y K H S L
Decimal 113 18 215 0.47 0.92 0 0.16 268.93 0.85 0.46
Hex 71 12 D7 2F 5C 0 10 10D 55 2E
Octal 161 22 327 57 134 0 20 415 125 56
Binary 1110001 10010 11010111 101111 1011100 0 10000 100001101 1010101 101110

Color Harmonies of #7112D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112D7

Black with #7112D7

Text Example


Text Example

White with #7112D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,18,215); }

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

background-color css

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

 a { background-color: rgb(113,18,215); }

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

border-color css

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

 span { border-color: rgb(113,18,215); }

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