Html Css Color HEX #7013DD Blue Violet

📋 copy color: '#7013DD'

red 112 ◦ green 19 ◦ blue 221

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

Shades of Blue Violet #7013DD

Tints of Blue Violet #7013DD

RGB

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

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

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

R = 31.82%
G = 5.4%
B = 62.78%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7013DD (or 0x7013DD) is known color: Blue Violet. HEX triplet: 70, 13 and DD. RGB value is (112,19,221). Sum of RGB (Red+Green+Blue) = 112+19+221=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #7013DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013DD is #8FEC22. Grayscale: #454545. Windows color (decimal): -9432099 or 14488432. OLE color: 14488432.

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

Color convert

RGB 112 19 221 -
CMYK 0.49 0.91 0 0.13
HSL 267.62º 0.84% 0.47% -
HSV(B) 267.62º 0.91% 0.87% -
XYZ 19.97 9.13 69.12 -
YUV 69.84 213.31 158.07 -
System Red Green Blue C M Y K H S L
Decimal 112 19 221 0.49 0.91 0 0.13 267.62 0.84 0.47
Hex 70 13 DD 31 5B 0 D 10C 54 2F
Octal 160 23 335 61 133 0 15 414 124 57
Binary 1110000 10011 11011101 110001 1011011 0 1101 100001100 1010100 101111

Color Harmonies of #7013DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7013DD

Black with #7013DD

Text Example


Text Example

White with #7013DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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