Html Css Color HEX #7029EB Blue Violet

📋 copy color: '#7029EB'

red 112 ◦ green 41 ◦ blue 235

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

Shades of Blue Violet #7029EB

Tints of Blue Violet #7029EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.57%

R = 28.87%
G = 10.57%
B = 60.57%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7029EB (or 0x7029EB) is known color: Blue Violet. HEX triplet: 70, 29 and EB. RGB value is (112,41,235). Sum of RGB (Red+Green+Blue) = 112+41+235=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #7029EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7029EB is #8FD614. Grayscale: #535353. Windows color (decimal): -9426453 or 15411568. OLE color: 15411568.

HSL color Cylindrical-coordinate representation of color #7029EB: hue angle of 261.96º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7029EB is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 41 235 -
CMYK 0.52 0.83 0 0.08
HSL 261.96º 0.83% 0.54% -
HSV(B) 261.96º 0.83% 0.92% -
XYZ 22.47 11.03 79.54 -
YUV 84.35 213.02 147.73 -
System Red Green Blue C M Y K H S L
Decimal 112 41 235 0.52 0.83 0 0.08 261.96 0.83 0.54
Hex 70 29 EB 34 53 0 8 106 53 36
Octal 160 51 353 64 123 0 10 406 123 66
Binary 1110000 101001 11101011 110100 1010011 0 1000 100000110 1010011 110110

Color Harmonies of #7029EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029EB

Black with #7029EB

Text Example


Text Example

White with #7029EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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