Html Css Color HEX #7125FF Han Purple

📋 copy color: '#7125FF'

red 113 ◦ green 37 ◦ blue 255

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

Shades of Han Purple #7125FF

Tints of Han Purple #7125FF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.14%

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

R = 27.9%
G = 9.14%
B = 62.96%

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

#7125FF (or 0x7125FF) is known color: Han Purple. HEX triplet: 71, 25 and FF. RGB value is (113,37,255). Sum of RGB (Red+Green+Blue) = 113+37+255=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #7125FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7125FF is #8EDA00. Grayscale: #535353. Windows color (decimal): -9361921 or 16721265. OLE color: 16721265.

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

Color convert

RGB 113 37 255 -
CMYK 0.56 0.85 0 0
HSL 260.92º 1% 0.57% -
HSV(B) 260.92º 0.85% 1% -
XYZ 25.52 12.05 95.59 -
YUV 84.58 224.18 148.27 -
System Red Green Blue C M Y K H S L
Decimal 113 37 255 0.56 0.85 0 0 260.92 1 0.57
Hex 71 25 FF 38 55 0 0 105 64 39
Octal 161 45 377 70 125 0 0 405 144 71
Binary 1110001 100101 11111111 111000 1010101 0 0 100000101 1100100 111001

Color Harmonies of #7125FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7125FF

Black with #7125FF

Text Example


Text Example

White with #7125FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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