Html Css Color HEX #7037FD Han Purple

📋 copy color: '#7037FD'

red 112 ◦ green 55 ◦ blue 253

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

Shades of Han Purple #7037FD

Tints of Han Purple #7037FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.24%

R = 26.67%
G = 13.1%
B = 60.24%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7037FD (or 0x7037FD) is known color: Han Purple. HEX triplet: 70, 37 and FD. RGB value is (112,55,253). Sum of RGB (Red+Green+Blue) = 112+55+253=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #7037FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7037FD is #8FC802. Grayscale: #5D5D5D. Windows color (decimal): -9422851 or 16594800. OLE color: 16594800.

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

Color convert

RGB 112 55 253 -
CMYK 0.56 0.78 0 0.01
HSL 257.27º 0.98% 0.6% -
HSV(B) 257.27º 0.78% 0.99% -
XYZ 25.78 13.27 94.13 -
YUV 94.62 217.38 140.4 -
System Red Green Blue C M Y K H S L
Decimal 112 55 253 0.56 0.78 0 0.01 257.27 0.98 0.6
Hex 70 37 FD 38 4E 0 1 101 62 3C
Octal 160 67 375 70 116 0 1 401 142 74
Binary 1110000 110111 11111101 111000 1001110 0 1 100000001 1100010 111100

Color Harmonies of #7037FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7037FD

Black with #7037FD

Text Example


Text Example

White with #7037FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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