Html Css Color HEX #7019DD Blue Violet

📋 copy color: '#7019DD'

red 112 ◦ green 25 ◦ blue 221

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

Shades of Blue Violet #7019DD

Tints of Blue Violet #7019DD

RGB

 RED value IS 112 (44.14% from 255) = 31.28%

 GREEN value IS 25 (10.16% from 255) = 6.98%

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

R = 31.28%
G = 6.98%
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

#7019DD (or 0x7019DD) is known color: Blue Violet. HEX triplet: 70, 19 and DD. RGB value is (112,25,221). Sum of RGB (Red+Green+Blue) = 112+25+221=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 25 (10.16% from 255 or 6.98% 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 #7019DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7019DD is #8FE622. Grayscale: #484848. Windows color (decimal): -9430563 or 14489968. OLE color: 14489968.

HSL color Cylindrical-coordinate representation of color #7019DD: hue angle of 266.63º 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 #7019DD is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 25 221 -
CMYK 0.49 0.89 0 0.13
HSL 266.63º 0.8% 0.48% -
HSV(B) 266.63º 0.89% 0.87% -
XYZ 20.08 9.36 69.15 -
YUV 73.36 211.32 155.56 -
System Red Green Blue C M Y K H S L
Decimal 112 25 221 0.49 0.89 0 0.13 266.63 0.8 0.48
Hex 70 19 DD 31 59 0 D 10B 50 30
Octal 160 31 335 61 131 0 15 413 120 60
Binary 1110000 11001 11011101 110001 1011001 0 1101 100001011 1010000 110000

Color Harmonies of #7019DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7019DD

Black with #7019DD

Text Example


Text Example

White with #7019DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,25,221); }

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

background-color css

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

 a { background-color: rgb(112,25,221); }

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

border-color css

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

 span { border-color: rgb(112,25,221); }

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