Html Css Color HEX #7037FA Blue Violet

📋 copy color: '#7037FA'

red 112 ◦ green 55 ◦ blue 250

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

Shades of Blue Violet #7037FA

Tints of Blue Violet #7037FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.19%

 BLUE value IS 250 (98.05% from 255) = 59.95%

R = 26.86%
G = 13.19%
B = 59.95%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7037FA (or 0x7037FA) is known color: Blue Violet. HEX triplet: 70, 37 and FA. RGB value is (112,55,250). Sum of RGB (Red+Green+Blue) = 112+55+250=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #7037FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7037FA is #8FC805. Grayscale: #5D5D5D. Windows color (decimal): -9422854 or 16398192. OLE color: 16398192.

HSL color Cylindrical-coordinate representation of color #7037FA: hue angle of 257.54º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7037FA is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 55 250 -
CMYK 0.55 0.78 0 0.02
HSL 257.54º 0.95% 0.6% -
HSV(B) 257.54º 0.78% 0.98% -
XYZ 25.3 13.08 91.63 -
YUV 94.27 215.88 140.64 -
System Red Green Blue C M Y K H S L
Decimal 112 55 250 0.55 0.78 0 0.02 257.54 0.95 0.6
Hex 70 37 FA 37 4E 0 2 102 5F 3C
Octal 160 67 372 67 116 0 2 402 137 74
Binary 1110000 110111 11111010 110111 1001110 0 10 100000010 1011111 111100

Color Harmonies of #7037FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7037FA

Black with #7037FA

Text Example


Text Example

White with #7037FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7037FA; }

 p { color: rgb(112,55,250); }

 H1.HeaderClassName
 {
   color: #7037FA;
 }
 .AnyTagClassName
 {
   color: #7037FA;
 }
</style>

background-color css

<style>
 a { background-color: #7037FA; }

 a { background-color: rgb(112,55,250); }

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

border-color css

<style>
 span { border-color: #7037FA; }

 span { border-color: rgb(112,55,250); }

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