Html Css Color HEX #5C1DAD Purple Heart

📋 copy color: '#5C1DAD'

red 92 ◦ green 29 ◦ blue 173

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

Shades of Purple Heart #5C1DAD

Tints of Purple Heart #5C1DAD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.86%

 BLUE value IS 173 (67.97% from 255) = 58.84%

R = 31.29%
G = 9.86%
B = 58.84%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C1DAD (or 0x5C1DAD) is known color: Purple Heart. HEX triplet: 5C, 1D and AD. RGB value is (92,29,173). Sum of RGB (Red+Green+Blue) = 92+29+173=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C1DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1DAD is #A3E252. Grayscale: #3F3F3F. Windows color (decimal): -10740307 or 11345244. OLE color: 11345244.

HSL color Cylindrical-coordinate representation of color #5C1DAD: hue angle of 266.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C1DAD is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 29 173 -
CMYK 0.47 0.83 0 0.32
HSL 266.25º 0.71% 0.4% -
HSV(B) 266.25º 0.83% 0.68% -
XYZ 12.4 6.17 40.07 -
YUV 64.25 189.37 147.79 -
System Red Green Blue C M Y K H S L
Decimal 92 29 173 0.47 0.83 0 0.32 266.25 0.71 0.4
Hex 5C 1D AD 2F 53 0 20 10A 47 28
Octal 134 35 255 57 123 0 40 412 107 50
Binary 1011100 11101 10101101 101111 1010011 0 100000 100001010 1000111 101000

Color Harmonies of #5C1DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1DAD

Black with #5C1DAD

Text Example


Text Example

White with #5C1DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,29,173); }

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

background-color css

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

 a { background-color: rgb(92,29,173); }

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

border-color css

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

 span { border-color: rgb(92,29,173); }

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