Html Css Color HEX #5C13AE Purple Heart

📋 copy color: '#5C13AE'

red 92 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #5C13AE

Tints of Purple Heart #5C13AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 174 (68.36% from 255) = 61.05%

R = 32.28%
G = 6.67%
B = 61.05%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C13AE (or 0x5C13AE) is known color: Purple Heart. HEX triplet: 5C, 13 and AE. RGB value is (92,19,174). Sum of RGB (Red+Green+Blue) = 92+19+174=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C13AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C13AE is #A3EC51. Grayscale: #393939. Windows color (decimal): -10742866 or 11408220. OLE color: 11408220.

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

Color convert

RGB 92 19 174 -
CMYK 0.47 0.89 0 0.32
HSL 268.26º 0.8% 0.38% -
HSV(B) 268.26º 0.89% 0.68% -
XYZ 12.29 5.8 40.52 -
YUV 58.5 193.18 151.9 -
System Red Green Blue C M Y K H S L
Decimal 92 19 174 0.47 0.89 0 0.32 268.26 0.8 0.38
Hex 5C 13 AE 2F 59 0 20 10C 50 26
Octal 134 23 256 57 131 0 40 414 120 46
Binary 1011100 10011 10101110 101111 1011001 0 100000 100001100 1010000 100110

Color Harmonies of #5C13AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C13AE

Black with #5C13AE

Text Example


Text Example

White with #5C13AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,19,174); }

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

background-color css

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

 a { background-color: rgb(92,19,174); }

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

border-color css

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

 span { border-color: rgb(92,19,174); }

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