Html Css Color HEX #5D29B5 Purple Heart

📋 copy color: '#5D29B5'

red 93 ◦ green 41 ◦ blue 181

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

Shades of Purple Heart #5D29B5

Tints of Purple Heart #5D29B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 57.46%

R = 29.52%
G = 13.02%
B = 57.46%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5D29B5 (or 0x5D29B5) is known color: Purple Heart. HEX triplet: 5D, 29 and B5. RGB value is (93,41,181). Sum of RGB (Red+Green+Blue) = 93+41+181=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #5D29B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D29B5 is #A2D64A. Grayscale: #484848. Windows color (decimal): -10671691 or 11872605. OLE color: 11872605.

HSL color Cylindrical-coordinate representation of color #5D29B5: hue angle of 262.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D29B5 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 41 181 -
CMYK 0.49 0.77 0 0.29
HSL 262.29º 0.63% 0.44% -
HSV(B) 262.29º 0.77% 0.71% -
XYZ 13.65 7.25 44.4 -
YUV 72.51 189.23 142.62 -
System Red Green Blue C M Y K H S L
Decimal 93 41 181 0.49 0.77 0 0.29 262.29 0.63 0.44
Hex 5D 29 B5 31 4D 0 1D 106 3F 2C
Octal 135 51 265 61 115 0 35 406 77 54
Binary 1011101 101001 10110101 110001 1001101 0 11101 100000110 111111 101100

Color Harmonies of #5D29B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D29B5

Black with #5D29B5

Text Example


Text Example

White with #5D29B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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