Html Css Color HEX #7112DF Blue Violet

📋 copy color: '#7112DF'

red 113 ◦ green 18 ◦ blue 223

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

Shades of Blue Violet #7112DF

Tints of Blue Violet #7112DF

RGB

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

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

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

R = 31.92%
G = 5.08%
B = 62.99%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7112DF (or 0x7112DF) is known color: Blue Violet. HEX triplet: 71, 12 and DF. RGB value is (113,18,223). Sum of RGB (Red+Green+Blue) = 113+18+223=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 18 (7.42% from 255 or 5.08% 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 #7112DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112DF is #8EED20. Grayscale: #454545. Windows color (decimal): -9366817 or 14619249. OLE color: 14619249.

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

Color convert

RGB 113 18 223 -
CMYK 0.49 0.92 0 0.13
HSL 267.8º 0.85% 0.47% -
HSV(B) 267.8º 0.92% 0.87% -
XYZ 20.35 9.27 70.53 -
YUV 69.78 214.47 158.83 -
System Red Green Blue C M Y K H S L
Decimal 113 18 223 0.49 0.92 0 0.13 267.8 0.85 0.47
Hex 71 12 DF 31 5C 0 D 10C 55 2F
Octal 161 22 337 61 134 0 15 414 125 57
Binary 1110001 10010 11011111 110001 1011100 0 1101 100001100 1010101 101111

Color Harmonies of #7112DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7112DF

Black with #7112DF

Text Example


Text Example

White with #7112DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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