Html Css Color HEX #5D29FD Han Purple

📋 copy color: '#5D29FD'

red 93 ◦ green 41 ◦ blue 253

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

Shades of Han Purple #5D29FD

Tints of Han Purple #5D29FD

RGB

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

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

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

R = 24.03%
G = 10.59%
B = 65.37%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D29FD (or 0x5D29FD) is known color: Han Purple. HEX triplet: 5D, 29 and FD. RGB value is (93,41,253). Sum of RGB (Red+Green+Blue) = 93+41+253=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D29FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D29FD is #A2D602. Grayscale: #4F4F4F. Windows color (decimal): -10671619 or 16591197. OLE color: 16591197.

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

Color convert

RGB 93 41 253 -
CMYK 0.63 0.84 0 0.01
HSL 254.72º 0.98% 0.58% -
HSV(B) 254.72º 0.84% 0.99% -
XYZ 23.04 11 93.84 -
YUV 80.72 225.23 136.76 -
System Red Green Blue C M Y K H S L
Decimal 93 41 253 0.63 0.84 0 0.01 254.72 0.98 0.58
Hex 5D 29 FD 3F 54 0 1 FF 62 3A
Octal 135 51 375 77 124 0 1 377 142 72
Binary 1011101 101001 11111101 111111 1010100 0 1 11111111 1100010 111010

Color Harmonies of #5D29FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D29FD

Black with #5D29FD

Text Example


Text Example

White with #5D29FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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