Html Css Color HEX #7029DF Blue Violet

📋 copy color: '#7029DF'

red 112 ◦ green 41 ◦ blue 223

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

Shades of Blue Violet #7029DF

Tints of Blue Violet #7029DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 29.79%
G = 10.9%
B = 59.31%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7029DF (or 0x7029DF) is known color: Blue Violet. HEX triplet: 70, 29 and DF. RGB value is (112,41,223). Sum of RGB (Red+Green+Blue) = 112+41+223=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #7029DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029DF is #8FD620. Grayscale: #525252. Windows color (decimal): -9426465 or 14625136. OLE color: 14625136.

HSL color Cylindrical-coordinate representation of color #7029DF: hue angle of 263.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7029DF is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 41 223 -
CMYK 0.50 0.82 0 0.13
HSL 263.41º 0.74% 0.52% -
HSV(B) 263.41º 0.82% 0.87% -
XYZ 20.79 10.36 70.72 -
YUV 82.98 207.02 148.7 -
System Red Green Blue C M Y K H S L
Decimal 112 41 223 0.50 0.82 0 0.13 263.41 0.74 0.52
Hex 70 29 DF 32 52 0 D 107 4A 34
Octal 160 51 337 62 122 0 15 407 112 64
Binary 1110000 101001 11011111 110010 1010010 0 1101 100000111 1001010 110100

Color Harmonies of #7029DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029DF

Black with #7029DF

Text Example


Text Example

White with #7029DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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