Html Css Color HEX #7028DC Blue Violet

📋 copy color: '#7028DC'

red 112 ◦ green 40 ◦ blue 220

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

Shades of Blue Violet #7028DC

Tints of Blue Violet #7028DC

RGB

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

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

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

R = 30.11%
G = 10.75%
B = 59.14%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7028DC (or 0x7028DC) is known color: Blue Violet. HEX triplet: 70, 28 and DC. RGB value is (112,40,220). Sum of RGB (Red+Green+Blue) = 112+40+220=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #7028DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7028DC is #8FD723. Grayscale: #515151. Windows color (decimal): -9426724 or 14428272. OLE color: 14428272.

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

Color convert

RGB 112 40 220 -
CMYK 0.49 0.82 0 0.14
HSL 264º 0.72% 0.51% -
HSV(B) 264º 0.82% 0.86% -
XYZ 20.36 10.13 68.59 -
YUV 82.05 205.85 149.36 -
System Red Green Blue C M Y K H S L
Decimal 112 40 220 0.49 0.82 0 0.14 264 0.72 0.51
Hex 70 28 DC 31 52 0 E 108 48 33
Octal 160 50 334 61 122 0 16 410 110 63
Binary 1110000 101000 11011100 110001 1010010 0 1110 100001000 1001000 110011

Color Harmonies of #7028DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7028DC

Black with #7028DC

Text Example


Text Example

White with #7028DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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