Html Css Color HEX #7118DA Blue Violet

📋 copy color: '#7118DA'

red 113 ◦ green 24 ◦ blue 218

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

Shades of Blue Violet #7118DA

Tints of Blue Violet #7118DA

RGB

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

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

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

R = 31.83%
G = 6.76%
B = 61.41%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7118DA (or 0x7118DA) is known color: Blue Violet. HEX triplet: 71, 18 and DA. RGB value is (113,24,218). Sum of RGB (Red+Green+Blue) = 113+24+218=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #7118DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7118DA is #8EE725. Grayscale: #484848. Windows color (decimal): -9365286 or 14293105. OLE color: 14293105.

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

Color convert

RGB 113 24 218 -
CMYK 0.48 0.89 0 0.15
HSL 267.53º 0.8% 0.47% -
HSV(B) 267.53º 0.89% 0.85% -
XYZ 19.79 9.23 67.07 -
YUV 72.73 209.99 156.73 -
System Red Green Blue C M Y K H S L
Decimal 113 24 218 0.48 0.89 0 0.15 267.53 0.8 0.47
Hex 71 18 DA 30 59 0 F 10C 50 2F
Octal 161 30 332 60 131 0 17 414 120 57
Binary 1110001 11000 11011010 110000 1011001 0 1111 100001100 1010000 101111

Color Harmonies of #7118DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7118DA

Black with #7118DA

Text Example


Text Example

White with #7118DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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