Html Css Color HEX #5125FA Han Purple

📋 copy color: '#5125FA'

red 81 ◦ green 37 ◦ blue 250

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

Shades of Han Purple #5125FA

Tints of Han Purple #5125FA

RGB

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

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

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

R = 22.01%
G = 10.05%
B = 67.93%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5125FA (or 0x5125FA) is known color: Han Purple. HEX triplet: 51, 25 and FA. RGB value is (81,37,250). Sum of RGB (Red+Green+Blue) = 81+37+250=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #5125FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5125FA is #AEDA05. Grayscale: #494949. Windows color (decimal): -11459078 or 16393553. OLE color: 16393553.

HSL color Cylindrical-coordinate representation of color #5125FA: hue angle of 252.39º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5125FA is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 37 250 -
CMYK 0.68 0.85 0 0.02
HSL 252.39º 0.96% 0.56% -
HSV(B) 252.39º 0.85% 0.98% -
XYZ 21.31 9.97 91.24 -
YUV 74.44 227.08 132.68 -
System Red Green Blue C M Y K H S L
Decimal 81 37 250 0.68 0.85 0 0.02 252.39 0.96 0.56
Hex 51 25 FA 44 55 0 2 FC 60 38
Octal 121 45 372 104 125 0 2 374 140 70
Binary 1010001 100101 11111010 1000100 1010101 0 10 11111100 1100000 111000

Color Harmonies of #5125FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5125FA

Black with #5125FA

Text Example


Text Example

White with #5125FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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