Html Css Color HEX #5F0FFD Han Purple

📋 copy color: '#5F0FFD'

red 95 ◦ green 15 ◦ blue 253

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

Shades of Han Purple #5F0FFD

Tints of Han Purple #5F0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

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

R = 26.17%
G = 4.13%
B = 69.7%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5F0FFD (or 0x5F0FFD) is known color: Han Purple. HEX triplet: 5F, 0F and FD. RGB value is (95,15,253). Sum of RGB (Red+Green+Blue) = 95+15+253=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F0FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0FFD is #A0F002. Grayscale: #414141. Windows color (decimal): -10547203 or 16584543. OLE color: 16584543.

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

Color convert

RGB 95 15 253 -
CMYK 0.62 0.94 0 0.01
HSL 260.17º 0.98% 0.53% -
HSV(B) 260.17º 0.94% 0.99% -
XYZ 22.62 9.87 93.64 -
YUV 66.05 233.5 148.65 -
System Red Green Blue C M Y K H S L
Decimal 95 15 253 0.62 0.94 0 0.01 260.17 0.98 0.53
Hex 5F F FD 3E 5E 0 1 104 62 35
Octal 137 17 375 76 136 0 1 404 142 65
Binary 1011111 1111 11111101 111110 1011110 0 1 100000100 1100010 110101

Color Harmonies of #5F0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0FFD

Black with #5F0FFD

Text Example


Text Example

White with #5F0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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