Html Css Color HEX #7120FF Han Purple

📋 copy color: '#7120FF'

red 113 ◦ green 32 ◦ blue 255

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

Shades of Han Purple #7120FF

Tints of Han Purple #7120FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.75%

R = 28.25%
G = 8%
B = 63.75%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7120FF (or 0x7120FF) is known color: Han Purple. HEX triplet: 71, 20 and FF. RGB value is (113,32,255). Sum of RGB (Red+Green+Blue) = 113+32+255=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #7120FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7120FF is #8EDF00. Grayscale: #505050. Windows color (decimal): -9363201 or 16719985. OLE color: 16719985.

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

Color convert

RGB 113 32 255 -
CMYK 0.56 0.87 0 0
HSL 261.79º 1% 0.56% -
HSV(B) 261.79º 0.87% 1% -
XYZ 25.38 11.76 95.54 -
YUV 81.64 225.84 150.37 -
System Red Green Blue C M Y K H S L
Decimal 113 32 255 0.56 0.87 0 0 261.79 1 0.56
Hex 71 20 FF 38 57 0 0 106 64 38
Octal 161 40 377 70 127 0 0 406 144 70
Binary 1110001 100000 11111111 111000 1010111 0 0 100000110 1100100 111000

Color Harmonies of #7120FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7120FF

Black with #7120FF

Text Example


Text Example

White with #7120FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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