Html Css Color HEX #7024DC Blue Violet

📋 copy color: '#7024DC'

red 112 ◦ green 36 ◦ blue 220

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

Shades of Blue Violet #7024DC

Tints of Blue Violet #7024DC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.78%

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

R = 30.43%
G = 9.78%
B = 59.78%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7024DC (or 0x7024DC) is known color: Blue Violet. HEX triplet: 70, 24 and DC. RGB value is (112,36,220). Sum of RGB (Red+Green+Blue) = 112+36+220=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #7024DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7024DC is #8FDB23. Grayscale: #4F4F4F. Windows color (decimal): -9427748 or 14427248. OLE color: 14427248.

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

Color convert

RGB 112 36 220 -
CMYK 0.49 0.84 0 0.14
HSL 264.78º 0.72% 0.5% -
HSV(B) 264.78º 0.84% 0.86% -
XYZ 20.23 9.87 68.55 -
YUV 79.7 207.18 151.04 -
System Red Green Blue C M Y K H S L
Decimal 112 36 220 0.49 0.84 0 0.14 264.78 0.72 0.5
Hex 70 24 DC 31 54 0 E 109 48 32
Octal 160 44 334 61 124 0 16 411 110 62
Binary 1110000 100100 11011100 110001 1010100 0 1110 100001001 1001000 110010

Color Harmonies of #7024DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7024DC

Black with #7024DC

Text Example


Text Example

White with #7024DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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