Html Css Color HEX #5D0FDA Han Purple

📋 copy color: '#5D0FDA'

red 93 ◦ green 15 ◦ blue 218

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

Shades of Han Purple #5D0FDA

Tints of Han Purple #5D0FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.87%

R = 28.53%
G = 4.6%
B = 66.87%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5D0FDA (or 0x5D0FDA) is known color: Han Purple. HEX triplet: 5D, 0F and DA. RGB value is (93,15,218). Sum of RGB (Red+Green+Blue) = 93+15+218=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D0FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0FDA is #A2F025. Grayscale: #3C3C3C. Windows color (decimal): -10678310 or 14290781. OLE color: 14290781.

HSL color Cylindrical-coordinate representation of color #5D0FDA: hue angle of 263.05º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D0FDA is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 15 218 -
CMYK 0.57 0.93 0 0.15
HSL 263.05º 0.87% 0.46% -
HSV(B) 263.05º 0.93% 0.85% -
XYZ 17.34 7.73 66.91 -
YUV 61.46 216.34 150.49 -
System Red Green Blue C M Y K H S L
Decimal 93 15 218 0.57 0.93 0 0.15 263.05 0.87 0.46
Hex 5D F DA 39 5D 0 F 107 57 2E
Octal 135 17 332 71 135 0 17 407 127 56
Binary 1011101 1111 11011010 111001 1011101 0 1111 100000111 1010111 101110

Color Harmonies of #5D0FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0FDA

Black with #5D0FDA

Text Example


Text Example

White with #5D0FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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