Html Css Color HEX #7024EA Blue Violet

📋 copy color: '#7024EA'

red 112 ◦ green 36 ◦ blue 234

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

Shades of Blue Violet #7024EA

Tints of Blue Violet #7024EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.26%

R = 29.32%
G = 9.42%
B = 61.26%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7024EA (or 0x7024EA) is known color: Blue Violet. HEX triplet: 70, 24 and EA. RGB value is (112,36,234). Sum of RGB (Red+Green+Blue) = 112+36+234=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #7024EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7024EA is #8FDB15. Grayscale: #505050. Windows color (decimal): -9427734 or 15344752. OLE color: 15344752.

HSL color Cylindrical-coordinate representation of color #7024EA: hue angle of 263.03º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7024EA is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 36 234 -
CMYK 0.52 0.85 0 0.08
HSL 263.03º 0.83% 0.53% -
HSV(B) 263.03º 0.85% 0.92% -
XYZ 22.16 10.65 78.73 -
YUV 81.3 214.18 149.9 -
System Red Green Blue C M Y K H S L
Decimal 112 36 234 0.52 0.85 0 0.08 263.03 0.83 0.53
Hex 70 24 EA 34 55 0 8 107 52 35
Octal 160 44 352 64 125 0 10 407 122 65
Binary 1110000 100100 11101010 110100 1010101 0 1000 100000111 1010010 110101

Color Harmonies of #7024EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7024EA

Black with #7024EA

Text Example


Text Example

White with #7024EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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