Html Css Color HEX #5C3CBA Purple Heart

📋 copy color: '#5C3CBA'

red 92 ◦ green 60 ◦ blue 186

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

Shades of Purple Heart #5C3CBA

Tints of Purple Heart #5C3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.75%

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

R = 27.22%
G = 17.75%
B = 55.03%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C3CBA (or 0x5C3CBA) is known color: Purple Heart. HEX triplet: 5C, 3C and BA. RGB value is (92,60,186). Sum of RGB (Red+Green+Blue) = 92+60+186=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C3CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3CBA is #A3C345. Grayscale: #535353. Windows color (decimal): -10732358 or 12205148. OLE color: 12205148.

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

Color convert

RGB 92 60 186 -
CMYK 0.51 0.68 0 0.27
HSL 255.24º 0.51% 0.48% -
HSV(B) 255.24º 0.68% 0.73% -
XYZ 14.89 9.05 47.42 -
YUV 83.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 92 60 186 0.51 0.68 0 0.27 255.24 0.51 0.48
Hex 5C 3C BA 33 44 0 1B FF 33 30
Octal 134 74 272 63 104 0 33 377 63 60
Binary 1011100 111100 10111010 110011 1000100 0 11011 11111111 110011 110000

Color Harmonies of #5C3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C3CBA

Black with #5C3CBA

Text Example


Text Example

White with #5C3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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