Html Css Color HEX #5C29DD Purple Heart

📋 copy color: '#5C29DD'

red 92 ◦ green 41 ◦ blue 221

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

Shades of Purple Heart #5C29DD

Tints of Purple Heart #5C29DD

RGB

 RED value IS 92 (36.33% from 255) = 25.99%

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

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 25.99%
G = 11.58%
B = 62.43%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5C29DD (or 0x5C29DD) is known color: Purple Heart. HEX triplet: 5C, 29 and DD. RGB value is (92,41,221). Sum of RGB (Red+Green+Blue) = 92+41+221=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C29DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C29DD is #A3D622. Grayscale: #4C4C4C. Windows color (decimal): -10737187 or 14494044. OLE color: 14494044.

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

Color convert

RGB 92 41 221 -
CMYK 0.58 0.81 0 0.13
HSL 257º 0.73% 0.51% -
HSV(B) 257º 0.81% 0.87% -
XYZ 18.26 9.08 69.2 -
YUV 76.77 209.4 138.86 -
System Red Green Blue C M Y K H S L
Decimal 92 41 221 0.58 0.81 0 0.13 257 0.73 0.51
Hex 5C 29 DD 3A 51 0 D 101 49 33
Octal 134 51 335 72 121 0 15 401 111 63
Binary 1011100 101001 11011101 111010 1010001 0 1101 100000001 1001001 110011

Color Harmonies of #5C29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C29DD

Black with #5C29DD

Text Example


Text Example

White with #5C29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,41,221); }

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

background-color css

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

 a { background-color: rgb(92,41,221); }

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

border-color css

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

 span { border-color: rgb(92,41,221); }

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