Html Css Color HEX #5F28FD Han Purple

📋 copy color: '#5F28FD'

red 95 ◦ green 40 ◦ blue 253

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

Shades of Han Purple #5F28FD

Tints of Han Purple #5F28FD

RGB

 RED value IS 95 (37.5% from 255) = 24.48%

 GREEN value IS 40 (16.02% from 255) = 10.31%

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

R = 24.48%
G = 10.31%
B = 65.21%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5F28FD (or 0x5F28FD) is known color: Han Purple. HEX triplet: 5F, 28 and FD. RGB value is (95,40,253). Sum of RGB (Red+Green+Blue) = 95+40+253=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F28FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F28FD is #A0D702. Grayscale: #4F4F4F. Windows color (decimal): -10540803 or 16590943. OLE color: 16590943.

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

Color convert

RGB 95 40 253 -
CMYK 0.62 0.84 0 0.01
HSL 255.49º 0.98% 0.57% -
HSV(B) 255.49º 0.84% 0.99% -
XYZ 23.21 11.04 93.84 -
YUV 80.73 225.22 138.18 -
System Red Green Blue C M Y K H S L
Decimal 95 40 253 0.62 0.84 0 0.01 255.49 0.98 0.57
Hex 5F 28 FD 3E 54 0 1 FF 62 39
Octal 137 50 375 76 124 0 1 377 142 71
Binary 1011111 101000 11111101 111110 1010100 0 1 11111111 1100010 111001

Color Harmonies of #5F28FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F28FD

Black with #5F28FD

Text Example


Text Example

White with #5F28FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F28FD; }

 p { color: rgb(95,40,253); }

 H1.HeaderClassName
 {
   color: #5F28FD;
 }
 .AnyTagClassName
 {
   color: #5F28FD;
 }
</style>

background-color css

<style>
 a { background-color: #5F28FD; }

 a { background-color: rgb(95,40,253); }

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

border-color css

<style>
 span { border-color: #5F28FD; }

 span { border-color: rgb(95,40,253); }

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