Html Css Color HEX #7032ED Blue Violet

📋 copy color: '#7032ED'

red 112 ◦ green 50 ◦ blue 237

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

Shades of Blue Violet #7032ED

Tints of Blue Violet #7032ED

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.53%

 BLUE value IS 237 (92.97% from 255) = 59.4%

R = 28.07%
G = 12.53%
B = 59.4%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7032ED (or 0x7032ED) is known color: Blue Violet. HEX triplet: 70, 32 and ED. RGB value is (112,50,237). Sum of RGB (Red+Green+Blue) = 112+50+237=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #7032ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7032ED is #8FCD12. Grayscale: #595959. Windows color (decimal): -9424147 or 15544944. OLE color: 15544944.

HSL color Cylindrical-coordinate representation of color #7032ED: hue angle of 259.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7032ED is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 50 237 -
CMYK 0.53 0.79 0 0.07
HSL 259.89º 0.84% 0.56% -
HSV(B) 259.89º 0.79% 0.93% -
XYZ 23.11 11.84 81.19 -
YUV 89.86 211.04 143.79 -
System Red Green Blue C M Y K H S L
Decimal 112 50 237 0.53 0.79 0 0.07 259.89 0.84 0.56
Hex 70 32 ED 35 4F 0 7 104 54 38
Octal 160 62 355 65 117 0 7 404 124 70
Binary 1110000 110010 11101101 110101 1001111 0 111 100000100 1010100 111000

Color Harmonies of #7032ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7032ED

Black with #7032ED

Text Example


Text Example

White with #7032ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7032ED; }

 p { color: rgb(112,50,237); }

 H1.HeaderClassName
 {
   color: #7032ED;
 }
 .AnyTagClassName
 {
   color: #7032ED;
 }
</style>

background-color css

<style>
 a { background-color: #7032ED; }

 a { background-color: rgb(112,50,237); }

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

border-color css

<style>
 span { border-color: #7032ED; }

 span { border-color: rgb(112,50,237); }

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