Html Css Color HEX #7029DC Blue Violet

📋 copy color: '#7029DC'

red 112 ◦ green 41 ◦ blue 220

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

Shades of Blue Violet #7029DC

Tints of Blue Violet #7029DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.99%

 BLUE value IS 220 (86.33% from 255) = 58.98%

R = 30.03%
G = 10.99%
B = 58.98%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7029DC (or 0x7029DC) is known color: Blue Violet. HEX triplet: 70, 29 and DC. RGB value is (112,41,220). Sum of RGB (Red+Green+Blue) = 112+41+220=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #7029DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029DC is #8FD623. Grayscale: #515151. Windows color (decimal): -9426468 or 14428528. OLE color: 14428528.

HSL color Cylindrical-coordinate representation of color #7029DC: hue angle of 263.8º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7029DC is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 41 220 -
CMYK 0.49 0.81 0 0.14
HSL 263.8º 0.72% 0.51% -
HSV(B) 263.8º 0.81% 0.86% -
XYZ 20.39 10.2 68.6 -
YUV 82.64 205.52 148.95 -
System Red Green Blue C M Y K H S L
Decimal 112 41 220 0.49 0.81 0 0.14 263.8 0.72 0.51
Hex 70 29 DC 31 51 0 E 108 48 33
Octal 160 51 334 61 121 0 16 410 110 63
Binary 1110000 101001 11011100 110001 1010001 0 1110 100001000 1001000 110011

Color Harmonies of #7029DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029DC

Black with #7029DC

Text Example


Text Example

White with #7029DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7029DC; }

 p { color: rgb(112,41,220); }

 H1.HeaderClassName
 {
   color: #7029DC;
 }
 .AnyTagClassName
 {
   color: #7029DC;
 }
</style>

background-color css

<style>
 a { background-color: #7029DC; }

 a { background-color: rgb(112,41,220); }

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

border-color css

<style>
 span { border-color: #7029DC; }

 span { border-color: rgb(112,41,220); }

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