Html Css Color HEX #7127FA Han Purple

📋 copy color: '#7127FA'

red 113 ◦ green 39 ◦ blue 250

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

Shades of Han Purple #7127FA

Tints of Han Purple #7127FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.7%

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

R = 28.11%
G = 9.7%
B = 62.19%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7127FA (or 0x7127FA) is known color: Han Purple. HEX triplet: 71, 27 and FA. RGB value is (113,39,250). Sum of RGB (Red+Green+Blue) = 113+39+250=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #7127FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7127FA is #8ED805. Grayscale: #545454. Windows color (decimal): -9361414 or 16394097. OLE color: 16394097.

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

Color convert

RGB 113 39 250 -
CMYK 0.55 0.84 0 0.02
HSL 261.04º 0.95% 0.57% -
HSV(B) 261.04º 0.84% 0.98% -
XYZ 24.79 11.86 91.43 -
YUV 85.18 221.02 147.84 -
System Red Green Blue C M Y K H S L
Decimal 113 39 250 0.55 0.84 0 0.02 261.04 0.95 0.57
Hex 71 27 FA 37 54 0 2 105 5F 39
Octal 161 47 372 67 124 0 2 405 137 71
Binary 1110001 100111 11111010 110111 1010100 0 10 100000101 1011111 111001

Color Harmonies of #7127FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127FA

Black with #7127FA

Text Example


Text Example

White with #7127FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,39,250); }

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

background-color css

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

 a { background-color: rgb(113,39,250); }

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

border-color css

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

 span { border-color: rgb(113,39,250); }

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