Html Css Color HEX #7120FD Han Purple

📋 copy color: '#7120FD'

red 113 ◦ green 32 ◦ blue 253

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

Shades of Han Purple #7120FD

Tints of Han Purple #7120FD

RGB

 RED value IS 113 (44.53% from 255) = 28.39%

 GREEN value IS 32 (12.89% from 255) = 8.04%

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

R = 28.39%
G = 8.04%
B = 63.57%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7120FD (or 0x7120FD) is known color: Han Purple. HEX triplet: 71, 20 and FD. RGB value is (113,32,253). Sum of RGB (Red+Green+Blue) = 113+32+253=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #7120FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7120FD is #8EDF02. Grayscale: #505050. Windows color (decimal): -9363203 or 16588913. OLE color: 16588913.

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

Color convert

RGB 113 32 253 -
CMYK 0.55 0.87 0 0.01
HSL 261.99º 0.98% 0.56% -
HSV(B) 261.99º 0.87% 0.99% -
XYZ 25.06 11.64 93.85 -
YUV 81.41 224.84 150.53 -
System Red Green Blue C M Y K H S L
Decimal 113 32 253 0.55 0.87 0 0.01 261.99 0.98 0.56
Hex 71 20 FD 37 57 0 1 106 62 38
Octal 161 40 375 67 127 0 1 406 142 70
Binary 1110001 100000 11111101 110111 1010111 0 1 100000110 1100010 111000

Color Harmonies of #7120FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7120FD

Black with #7120FD

Text Example


Text Example

White with #7120FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,32,253); }

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

background-color css

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

 a { background-color: rgb(113,32,253); }

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

border-color css

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

 span { border-color: rgb(113,32,253); }

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