Html Css Color HEX #5C2ADC Purple Heart

📋 copy color: '#5C2ADC'

red 92 ◦ green 42 ◦ blue 220

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

Shades of Purple Heart #5C2ADC

Tints of Purple Heart #5C2ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.86%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 25.99%
G = 11.86%
B = 62.15%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C2ADC (or 0x5C2ADC) is known color: Purple Heart. HEX triplet: 5C, 2A and DC. RGB value is (92,42,220). Sum of RGB (Red+Green+Blue) = 92+42+220=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C2ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2ADC is #A3D523. Grayscale: #4C4C4C. Windows color (decimal): -10736932 or 14428764. OLE color: 14428764.

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

Color convert

RGB 92 42 220 -
CMYK 0.58 0.81 0 0.14
HSL 256.85º 0.72% 0.51% -
HSV(B) 256.85º 0.81% 0.86% -
XYZ 18.16 9.1 68.51 -
YUV 77.24 208.57 138.53 -
System Red Green Blue C M Y K H S L
Decimal 92 42 220 0.58 0.81 0 0.14 256.85 0.72 0.51
Hex 5C 2A DC 3A 51 0 E 101 48 33
Octal 134 52 334 72 121 0 16 401 110 63
Binary 1011100 101010 11011100 111010 1010001 0 1110 100000001 1001000 110011

Color Harmonies of #5C2ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2ADC

Black with #5C2ADC

Text Example


Text Example

White with #5C2ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,42,220); }

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

background-color css

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

 a { background-color: rgb(92,42,220); }

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

border-color css

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

 span { border-color: rgb(92,42,220); }

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