Html Css Color HEX #7113DA Blue Violet

📋 copy color: '#7113DA'

red 113 ◦ green 19 ◦ blue 218

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

Shades of Blue Violet #7113DA

Tints of Blue Violet #7113DA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.43%

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

R = 32.29%
G = 5.43%
B = 62.29%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7113DA (or 0x7113DA) is known color: Blue Violet. HEX triplet: 71, 13 and DA. RGB value is (113,19,218). Sum of RGB (Red+Green+Blue) = 113+19+218=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #7113DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7113DA is #8EEC25. Grayscale: #454545. Windows color (decimal): -9366566 or 14291825. OLE color: 14291825.

HSL color Cylindrical-coordinate representation of color #7113DA: hue angle of 268.34º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7113DA is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 19 218 -
CMYK 0.48 0.91 0 0.15
HSL 268.34º 0.84% 0.46% -
HSV(B) 268.34º 0.91% 0.85% -
XYZ 19.7 9.04 67.04 -
YUV 69.79 211.64 158.82 -
System Red Green Blue C M Y K H S L
Decimal 113 19 218 0.48 0.91 0 0.15 268.34 0.84 0.46
Hex 71 13 DA 30 5B 0 F 10C 54 2E
Octal 161 23 332 60 133 0 17 414 124 56
Binary 1110001 10011 11011010 110000 1011011 0 1111 100001100 1010100 101110

Color Harmonies of #7113DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7113DA

Black with #7113DA

Text Example


Text Example

White with #7113DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,19,218); }

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

background-color css

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

 a { background-color: rgb(113,19,218); }

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

border-color css

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

 span { border-color: rgb(113,19,218); }

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