Html Css Color HEX #5115FD Han Purple

📋 copy color: '#5115FD'

red 81 ◦ green 21 ◦ blue 253

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

Shades of Han Purple #5115FD

Tints of Han Purple #5115FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.92%

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

R = 22.82%
G = 5.92%
B = 71.27%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5115FD (or 0x5115FD) is known color: Han Purple. HEX triplet: 51, 15 and FD. RGB value is (81,21,253). Sum of RGB (Red+Green+Blue) = 81+21+253=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #5115FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5115FD is #AEEA02. Grayscale: #404040. Windows color (decimal): -11463171 or 16586065. OLE color: 16586065.

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

Color convert

RGB 81 21 253 -
CMYK 0.68 0.92 0 0.01
HSL 255.52º 0.98% 0.54% -
HSV(B) 255.52º 0.92% 0.99% -
XYZ 21.39 9.38 93.61 -
YUV 65.39 233.88 139.14 -
System Red Green Blue C M Y K H S L
Decimal 81 21 253 0.68 0.92 0 0.01 255.52 0.98 0.54
Hex 51 15 FD 44 5C 0 1 100 62 36
Octal 121 25 375 104 134 0 1 400 142 66
Binary 1010001 10101 11111101 1000100 1011100 0 1 100000000 1100010 110110

Color Harmonies of #5115FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5115FD

Black with #5115FD

Text Example


Text Example

White with #5115FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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