Html Css Color HEX #5129FD Han Purple

📋 copy color: '#5129FD'

red 81 ◦ green 41 ◦ blue 253

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

Shades of Han Purple #5129FD

Tints of Han Purple #5129FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.93%

 BLUE value IS 253 (99.22% from 255) = 67.47%

R = 21.6%
G = 10.93%
B = 67.47%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5129FD (or 0x5129FD) is known color: Han Purple. HEX triplet: 51, 29 and FD. RGB value is (81,41,253). Sum of RGB (Red+Green+Blue) = 81+41+253=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #5129FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5129FD is #AED602. Grayscale: #4C4C4C. Windows color (decimal): -11458051 or 16591185. OLE color: 16591185.

HSL color Cylindrical-coordinate representation of color #5129FD: hue angle of 251.32º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5129FD is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 41 253 -
CMYK 0.68 0.84 0 0.01
HSL 251.32º 0.98% 0.58% -
HSV(B) 251.32º 0.84% 0.99% -
XYZ 21.92 10.43 93.79 -
YUV 77.13 227.25 130.76 -
System Red Green Blue C M Y K H S L
Decimal 81 41 253 0.68 0.84 0 0.01 251.32 0.98 0.58
Hex 51 29 FD 44 54 0 1 FB 62 3A
Octal 121 51 375 104 124 0 1 373 142 72
Binary 1010001 101001 11111101 1000100 1010100 0 1 11111011 1100010 111010

Color Harmonies of #5129FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5129FD

Black with #5129FD

Text Example


Text Example

White with #5129FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5129FD; }

 p { color: rgb(81,41,253); }

 H1.HeaderClassName
 {
   color: #5129FD;
 }
 .AnyTagClassName
 {
   color: #5129FD;
 }
</style>

background-color css

<style>
 a { background-color: #5129FD; }

 a { background-color: rgb(81,41,253); }

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

border-color css

<style>
 span { border-color: #5129FD; }

 span { border-color: rgb(81,41,253); }

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