Html Css Color HEX #5C3ABA Purple Heart

📋 copy color: '#5C3ABA'

red 92 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #5C3ABA

Tints of Purple Heart #5C3ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.26%

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

R = 27.38%
G = 17.26%
B = 55.36%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C3ABA (or 0x5C3ABA) is known color: Purple Heart. HEX triplet: 5C, 3A and BA. RGB value is (92,58,186). Sum of RGB (Red+Green+Blue) = 92+58+186=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C3ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3ABA is #A3C545. Grayscale: #525252. Windows color (decimal): -10732870 or 12204636. OLE color: 12204636.

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

Color convert

RGB 92 58 186 -
CMYK 0.51 0.69 0 0.27
HSL 255.94º 0.52% 0.48% -
HSV(B) 255.94º 0.69% 0.73% -
XYZ 14.79 8.85 47.38 -
YUV 82.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 92 58 186 0.51 0.69 0 0.27 255.94 0.52 0.48
Hex 5C 3A BA 33 45 0 1B 100 34 30
Octal 134 72 272 63 105 0 33 400 64 60
Binary 1011100 111010 10111010 110011 1000101 0 11011 100000000 110100 110000

Color Harmonies of #5C3ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3ABA

Black with #5C3ABA

Text Example


Text Example

White with #5C3ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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