Html Css Color HEX #7028EB Blue Violet

📋 copy color: '#7028EB'

red 112 ◦ green 40 ◦ blue 235

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

Shades of Blue Violet #7028EB

Tints of Blue Violet #7028EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.34%

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

R = 28.94%
G = 10.34%
B = 60.72%

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

#7028EB (or 0x7028EB) is known color: Blue Violet. HEX triplet: 70, 28 and EB. RGB value is (112,40,235). Sum of RGB (Red+Green+Blue) = 112+40+235=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #7028EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7028EB is #8FD714. Grayscale: #535353. Windows color (decimal): -9426709 or 15411312. OLE color: 15411312.

HSL color Cylindrical-coordinate representation of color #7028EB: hue angle of 262.15º 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 #7028EB is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 40 235 -
CMYK 0.52 0.83 0 0.08
HSL 262.15º 0.83% 0.54% -
HSV(B) 262.15º 0.83% 0.92% -
XYZ 22.44 10.96 79.53 -
YUV 83.76 213.35 148.14 -
System Red Green Blue C M Y K H S L
Decimal 112 40 235 0.52 0.83 0 0.08 262.15 0.83 0.54
Hex 70 28 EB 34 53 0 8 106 53 36
Octal 160 50 353 64 123 0 10 406 123 66
Binary 1110000 101000 11101011 110100 1010011 0 1000 100000110 1010011 110110

Color Harmonies of #7028EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7028EB

Black with #7028EB

Text Example


Text Example

White with #7028EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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