Html Css Color HEX #5C41BA Purple Heart

📋 copy color: '#5C41BA'

red 92 ◦ green 65 ◦ blue 186

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

Shades of Purple Heart #5C41BA

Tints of Purple Heart #5C41BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.95%

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

R = 26.82%
G = 18.95%
B = 54.23%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C41BA (or 0x5C41BA) is known color: Purple Heart. HEX triplet: 5C, 41 and BA. RGB value is (92,65,186). Sum of RGB (Red+Green+Blue) = 92+65+186=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C41BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C41BA is #A3BE45. Grayscale: #565656. Windows color (decimal): -10731078 or 12206428. OLE color: 12206428.

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

Color convert

RGB 92 65 186 -
CMYK 0.51 0.65 0 0.27
HSL 253.39º 0.48% 0.49% -
HSV(B) 253.39º 0.65% 0.73% -
XYZ 15.17 9.6 47.51 -
YUV 86.87 183.95 131.66 -
System Red Green Blue C M Y K H S L
Decimal 92 65 186 0.51 0.65 0 0.27 253.39 0.48 0.49
Hex 5C 41 BA 33 41 0 1B FD 30 31
Octal 134 101 272 63 101 0 33 375 60 61
Binary 1011100 1000001 10111010 110011 1000001 0 11011 11111101 110000 110001

Color Harmonies of #5C41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C41BA

Black with #5C41BA

Text Example


Text Example

White with #5C41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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