Html Css Color HEX #5D29FA Han Purple

📋 copy color: '#5D29FA'

red 93 ◦ green 41 ◦ blue 250

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

Shades of Han Purple #5D29FA

Tints of Han Purple #5D29FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

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

R = 24.22%
G = 10.68%
B = 65.1%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D29FA (or 0x5D29FA) is known color: Han Purple. HEX triplet: 5D, 29 and FA. RGB value is (93,41,250). Sum of RGB (Red+Green+Blue) = 93+41+250=384 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.22% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D29FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D29FA is #A2D605. Grayscale: #4F4F4F. Windows color (decimal): -10671622 or 16394589. OLE color: 16394589.

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

Color convert

RGB 93 41 250 -
CMYK 0.63 0.84 0 0.02
HSL 254.93º 0.95% 0.57% -
HSV(B) 254.93º 0.84% 0.98% -
XYZ 22.56 10.82 91.34 -
YUV 80.37 223.73 137.01 -
System Red Green Blue C M Y K H S L
Decimal 93 41 250 0.63 0.84 0 0.02 254.93 0.95 0.57
Hex 5D 29 FA 3F 54 0 2 FF 5F 39
Octal 135 51 372 77 124 0 2 377 137 71
Binary 1011101 101001 11111010 111111 1010100 0 10 11111111 1011111 111001

Color Harmonies of #5D29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D29FA

Black with #5D29FA

Text Example


Text Example

White with #5D29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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