Html Css Color HEX #7125FC Han Purple

📋 copy color: '#7125FC'

red 113 ◦ green 37 ◦ blue 252

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

Shades of Han Purple #7125FC

Tints of Han Purple #7125FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.69%

R = 28.11%
G = 9.2%
B = 62.69%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7125FC (or 0x7125FC) is known color: Han Purple. HEX triplet: 71, 25 and FC. RGB value is (113,37,252). Sum of RGB (Red+Green+Blue) = 113+37+252=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #7125FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7125FC is #8EDA03. Grayscale: #535353. Windows color (decimal): -9361924 or 16524657. OLE color: 16524657.

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

Color convert

RGB 113 37 252 -
CMYK 0.55 0.85 0 0.01
HSL 261.21º 0.97% 0.57% -
HSV(B) 261.21º 0.85% 0.99% -
XYZ 25.04 11.86 93.07 -
YUV 84.23 222.68 148.52 -
System Red Green Blue C M Y K H S L
Decimal 113 37 252 0.55 0.85 0 0.01 261.21 0.97 0.57
Hex 71 25 FC 37 55 0 1 105 61 39
Octal 161 45 374 67 125 0 1 405 141 71
Binary 1110001 100101 11111100 110111 1010101 0 1 100000101 1100001 111001

Color Harmonies of #7125FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7125FC

Black with #7125FC

Text Example


Text Example

White with #7125FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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