Html Css Color HEX #7127FF Han Purple

📋 copy color: '#7127FF'

red 113 ◦ green 39 ◦ blue 255

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

Shades of Han Purple #7127FF

Tints of Han Purple #7127FF

RGB

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

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

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

R = 27.76%
G = 9.58%
B = 62.65%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7127FF (or 0x7127FF) is known color: Han Purple. HEX triplet: 71, 27 and FF. RGB value is (113,39,255). Sum of RGB (Red+Green+Blue) = 113+39+255=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #7127FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7127FF is #8ED800. Grayscale: #545454. Windows color (decimal): -9361409 or 16721777. OLE color: 16721777.

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

Color convert

RGB 113 39 255 -
CMYK 0.56 0.85 0 0
HSL 260.56º 1% 0.58% -
HSV(B) 260.56º 0.85% 1% -
XYZ 25.59 12.18 95.61 -
YUV 85.75 223.52 147.44 -
System Red Green Blue C M Y K H S L
Decimal 113 39 255 0.56 0.85 0 0 260.56 1 0.58
Hex 71 27 FF 38 55 0 0 105 64 3A
Octal 161 47 377 70 125 0 0 405 144 72
Binary 1110001 100111 11111111 111000 1010101 0 0 100000101 1100100 111010

Color Harmonies of #7127FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127FF

Black with #7127FF

Text Example


Text Example

White with #7127FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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