Html Css Color HEX #7014DD Blue Violet

📋 copy color: '#7014DD'

red 112 ◦ green 20 ◦ blue 221

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

Shades of Blue Violet #7014DD

Tints of Blue Violet #7014DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

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

R = 31.73%
G = 5.67%
B = 62.61%

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

#7014DD (or 0x7014DD) is known color: Blue Violet. HEX triplet: 70, 14 and DD. RGB value is (112,20,221). Sum of RGB (Red+Green+Blue) = 112+20+221=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #7014DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7014DD is #8FEB22. Grayscale: #454545. Windows color (decimal): -9431843 or 14488688. OLE color: 14488688.

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

Color convert

RGB 112 20 221 -
CMYK 0.49 0.91 0 0.13
HSL 267.46º 0.83% 0.47% -
HSV(B) 267.46º 0.91% 0.87% -
XYZ 19.98 9.17 69.12 -
YUV 70.42 212.98 157.66 -
System Red Green Blue C M Y K H S L
Decimal 112 20 221 0.49 0.91 0 0.13 267.46 0.83 0.47
Hex 70 14 DD 31 5B 0 D 10B 53 2F
Octal 160 24 335 61 133 0 15 413 123 57
Binary 1110000 10100 11011101 110001 1011011 0 1101 100001011 1010011 101111

Color Harmonies of #7014DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7014DD

Black with #7014DD

Text Example


Text Example

White with #7014DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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