Html Css Color HEX #5125F7 Han Purple

📋 copy color: '#5125F7'

red 81 ◦ green 37 ◦ blue 247

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

Shades of Han Purple #5125F7

Tints of Han Purple #5125F7

RGB

 RED value IS 81 (32.03% from 255) = 22.19%

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

 BLUE value IS 247 (96.88% from 255) = 67.67%

R = 22.19%
G = 10.14%
B = 67.67%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5125F7 (or 0x5125F7) is known color: Han Purple. HEX triplet: 51, 25 and F7. RGB value is (81,37,247). Sum of RGB (Red+Green+Blue) = 81+37+247=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 247 (96.88% from 255 or 67.67% from 365); Max value from RGB is 247 - color contains mainly: blue. Hex color #5125F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5125F7 is #AEDA08. Grayscale: #494949. Windows color (decimal): -11459081 or 16196945. OLE color: 16196945.

HSL color Cylindrical-coordinate representation of color #5125F7: hue angle of 252.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5125F7 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 81 37 247 -
CMYK 0.67 0.85 0 0.03
HSL 252.57º 0.93% 0.56% -
HSV(B) 252.57º 0.85% 0.97% -
XYZ 20.84 9.79 88.79 -
YUV 74.1 225.58 132.92 -
System Red Green Blue C M Y K H S L
Decimal 81 37 247 0.67 0.85 0 0.03 252.57 0.93 0.56
Hex 51 25 F7 43 55 0 3 FD 5D 38
Octal 121 45 367 103 125 0 3 375 135 70
Binary 1010001 100101 11110111 1000011 1010101 0 11 11111101 1011101 111000

Color Harmonies of #5125F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5125F7

Black with #5125F7

Text Example


Text Example

White with #5125F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5125F7; }

 p { color: rgb(81,37,247); }

 H1.HeaderClassName
 {
   color: #5125F7;
 }
 .AnyTagClassName
 {
   color: #5125F7;
 }
</style>

background-color css

<style>
 a { background-color: #5125F7; }

 a { background-color: rgb(81,37,247); }

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

border-color css

<style>
 span { border-color: #5125F7; }

 span { border-color: rgb(81,37,247); }

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