Html Css Color HEX #5C14A5 Purple Heart

📋 copy color: '#5C14A5'

red 92 ◦ green 20 ◦ blue 165

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

Shades of Purple Heart #5C14A5

Tints of Purple Heart #5C14A5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

 BLUE value IS 165 (64.84% from 255) = 59.57%

R = 33.21%
G = 7.22%
B = 59.57%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5C14A5 (or 0x5C14A5) is known color: Purple Heart. HEX triplet: 5C, 14 and A5. RGB value is (92,20,165). Sum of RGB (Red+Green+Blue) = 92+20+165=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 165 (64.84% from 255 or 59.57% from 277); Max value from RGB is 165 - color contains mainly: blue. Hex color #5C14A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C14A5 is #A3EB5A. Grayscale: #393939. Windows color (decimal): -10742619 or 10818652. OLE color: 10818652.

HSL color Cylindrical-coordinate representation of color #5C14A5: hue angle of 269.79º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C14A5 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 20 165 -
CMYK 0.44 0.88 0 0.35
HSL 269.79º 0.78% 0.36% -
HSV(B) 269.79º 0.88% 0.65% -
XYZ 11.46 5.49 36.05 -
YUV 58.06 188.35 152.21 -
System Red Green Blue C M Y K H S L
Decimal 92 20 165 0.44 0.88 0 0.35 269.79 0.78 0.36
Hex 5C 14 A5 2C 58 0 23 10E 4E 24
Octal 134 24 245 54 130 0 43 416 116 44
Binary 1011100 10100 10100101 101100 1011000 0 100011 100001110 1001110 100100

Color Harmonies of #5C14A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C14A5

Black with #5C14A5

Text Example


Text Example

White with #5C14A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,20,165); }

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

background-color css

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

 a { background-color: rgb(92,20,165); }

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

border-color css

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

 span { border-color: rgb(92,20,165); }

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