Html Css Color HEX #7118DD Blue Violet

📋 copy color: '#7118DD'

red 113 ◦ green 24 ◦ blue 221

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

Shades of Blue Violet #7118DD

Tints of Blue Violet #7118DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.7%

 BLUE value IS 221 (86.72% from 255) = 61.73%

R = 31.56%
G = 6.7%
B = 61.73%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7118DD (or 0x7118DD) is known color: Blue Violet. HEX triplet: 71, 18 and DD. RGB value is (113,24,221). Sum of RGB (Red+Green+Blue) = 113+24+221=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #7118DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7118DD is #8EE722. Grayscale: #484848. Windows color (decimal): -9365283 or 14489713. OLE color: 14489713.

HSL color Cylindrical-coordinate representation of color #7118DD: hue angle of 267.11º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7118DD is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 24 221 -
CMYK 0.49 0.89 0 0.13
HSL 267.11º 0.8% 0.48% -
HSV(B) 267.11º 0.89% 0.87% -
XYZ 20.19 9.38 69.15 -
YUV 73.07 211.49 156.48 -
System Red Green Blue C M Y K H S L
Decimal 113 24 221 0.49 0.89 0 0.13 267.11 0.8 0.48
Hex 71 18 DD 31 59 0 D 10B 50 30
Octal 161 30 335 61 131 0 15 413 120 60
Binary 1110001 11000 11011101 110001 1011001 0 1101 100001011 1010000 110000

Color Harmonies of #7118DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7118DD

Black with #7118DD

Text Example


Text Example

White with #7118DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7118DD; }

 p { color: rgb(113,24,221); }

 H1.HeaderClassName
 {
   color: #7118DD;
 }
 .AnyTagClassName
 {
   color: #7118DD;
 }
</style>

background-color css

<style>
 a { background-color: #7118DD; }

 a { background-color: rgb(113,24,221); }

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

border-color css

<style>
 span { border-color: #7118DD; }

 span { border-color: rgb(113,24,221); }

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