Html Css Color HEX #5C1ABA Purple Heart

📋 copy color: '#5C1ABA'

red 92 ◦ green 26 ◦ blue 186

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

Shades of Purple Heart #5C1ABA

Tints of Purple Heart #5C1ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.55%

 BLUE value IS 186 (73.05% from 255) = 61.18%

R = 30.26%
G = 8.55%
B = 61.18%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C1ABA (or 0x5C1ABA) is known color: Purple Heart. HEX triplet: 5C, 1A and BA. RGB value is (92,26,186). Sum of RGB (Red+Green+Blue) = 92+26+186=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C1ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1ABA is #A3E545. Grayscale: #3F3F3F. Windows color (decimal): -10741062 or 12196444. OLE color: 12196444.

HSL color Cylindrical-coordinate representation of color #5C1ABA: hue angle of 264.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1ABA is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 26 186 -
CMYK 0.51 0.86 0 0.27
HSL 264.75º 0.75% 0.42% -
HSV(B) 264.75º 0.86% 0.73% -
XYZ 13.65 6.56 47 -
YUV 63.97 196.87 147.99 -
System Red Green Blue C M Y K H S L
Decimal 92 26 186 0.51 0.86 0 0.27 264.75 0.75 0.42
Hex 5C 1A BA 33 56 0 1B 109 4B 2A
Octal 134 32 272 63 126 0 33 411 113 52
Binary 1011100 11010 10111010 110011 1010110 0 11011 100001001 1001011 101010

Color Harmonies of #5C1ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1ABA

Black with #5C1ABA

Text Example


Text Example

White with #5C1ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,26,186); }

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

background-color css

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

 a { background-color: rgb(92,26,186); }

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

border-color css

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

 span { border-color: rgb(92,26,186); }

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