Html Css Color HEX #5D0FFA Han Purple

📋 copy color: '#5D0FFA'

red 93 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #5D0FFA

Tints of Han Purple #5D0FFA

RGB

 RED value IS 93 (36.72% from 255) = 25.98%

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

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

R = 25.98%
G = 4.19%
B = 69.83%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D0FFA (or 0x5D0FFA) is known color: Han Purple. HEX triplet: 5D, 0F and FA. RGB value is (93,15,250). Sum of RGB (Red+Green+Blue) = 93+15+250=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D0FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D0FFA is #A2F005. Grayscale: #404040. Windows color (decimal): -10678278 or 16387933. OLE color: 16387933.

HSL color Cylindrical-coordinate representation of color #5D0FFA: hue angle of 259.91º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0FFA is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 15 250 -
CMYK 0.63 0.94 0 0.02
HSL 259.91º 0.96% 0.52% -
HSV(B) 259.91º 0.94% 0.98% -
XYZ 21.94 9.57 91.13 -
YUV 65.11 232.34 147.89 -
System Red Green Blue C M Y K H S L
Decimal 93 15 250 0.63 0.94 0 0.02 259.91 0.96 0.52
Hex 5D F FA 3F 5E 0 2 104 60 34
Octal 135 17 372 77 136 0 2 404 140 64
Binary 1011101 1111 11111010 111111 1011110 0 10 100000100 1100000 110100

Color Harmonies of #5D0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0FFA

Black with #5D0FFA

Text Example


Text Example

White with #5D0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,15,250); }

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

background-color css

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

 a { background-color: rgb(93,15,250); }

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

border-color css

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

 span { border-color: rgb(93,15,250); }

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