Html Css Color HEX #5D29DF Purple Heart

📋 copy color: '#5D29DF'

red 93 ◦ green 41 ◦ blue 223

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

Shades of Purple Heart #5D29DF

Tints of Purple Heart #5D29DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 26.05%
G = 11.48%
B = 62.46%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D29DF (or 0x5D29DF) is known color: Purple Heart. HEX triplet: 5D, 29 and DF. RGB value is (93,41,223). Sum of RGB (Red+Green+Blue) = 93+41+223=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D29DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D29DF is #A2D620. Grayscale: #4C4C4C. Windows color (decimal): -10671649 or 14625117. OLE color: 14625117.

HSL color Cylindrical-coordinate representation of color #5D29DF: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D29DF is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 41 223 -
CMYK 0.58 0.82 0 0.13
HSL 257.14º 0.74% 0.52% -
HSV(B) 257.14º 0.82% 0.87% -
XYZ 18.63 9.24 70.61 -
YUV 77.3 210.23 139.2 -
System Red Green Blue C M Y K H S L
Decimal 93 41 223 0.58 0.82 0 0.13 257.14 0.74 0.52
Hex 5D 29 DF 3A 52 0 D 101 4A 34
Octal 135 51 337 72 122 0 15 401 112 64
Binary 1011101 101001 11011111 111010 1010010 0 1101 100000001 1001010 110100

Color Harmonies of #5D29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D29DF

Black with #5D29DF

Text Example


Text Example

White with #5D29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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