Html Css Color HEX #7029EF Blue Violet

📋 copy color: '#7029EF'

red 112 ◦ green 41 ◦ blue 239

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

Shades of Blue Violet #7029EF

Tints of Blue Violet #7029EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.97%

R = 28.57%
G = 10.46%
B = 60.97%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7029EF (or 0x7029EF) is known color: Blue Violet. HEX triplet: 70, 29 and EF. RGB value is (112,41,239). Sum of RGB (Red+Green+Blue) = 112+41+239=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #7029EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7029EF is #8FD610. Grayscale: #545454. Windows color (decimal): -9426449 or 15673712. OLE color: 15673712.

HSL color Cylindrical-coordinate representation of color #7029EF: hue angle of 261.52º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7029EF is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 41 239 -
CMYK 0.53 0.83 0 0.06
HSL 261.52º 0.86% 0.55% -
HSV(B) 261.52º 0.83% 0.94% -
XYZ 23.06 11.26 82.62 -
YUV 84.8 215.02 147.4 -
System Red Green Blue C M Y K H S L
Decimal 112 41 239 0.53 0.83 0 0.06 261.52 0.86 0.55
Hex 70 29 EF 35 53 0 6 106 56 37
Octal 160 51 357 65 123 0 6 406 126 67
Binary 1110000 101001 11101111 110101 1010011 0 110 100000110 1010110 110111

Color Harmonies of #7029EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029EF

Black with #7029EF

Text Example


Text Example

White with #7029EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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