Html Css Color HEX #5C41C1 Purple Heart

📋 copy color: '#5C41C1'

red 92 ◦ green 65 ◦ blue 193

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

Shades of Purple Heart #5C41C1

Tints of Purple Heart #5C41C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 55.14%

R = 26.29%
G = 18.57%
B = 55.14%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5C41C1 (or 0x5C41C1) is known color: Purple Heart. HEX triplet: 5C, 41 and C1. RGB value is (92,65,193). Sum of RGB (Red+Green+Blue) = 92+65+193=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C41C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C41C1 is #A3BE3E. Grayscale: #575757. Windows color (decimal): -10731071 or 12665180. OLE color: 12665180.

HSL color Cylindrical-coordinate representation of color #5C41C1: hue angle of 252.66º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C41C1 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 92 65 193 -
CMYK 0.52 0.66 0 0.24
HSL 252.66º 0.51% 0.51% -
HSV(B) 252.66º 0.66% 0.76% -
XYZ 15.93 9.91 51.52 -
YUV 87.67 187.45 131.09 -
System Red Green Blue C M Y K H S L
Decimal 92 65 193 0.52 0.66 0 0.24 252.66 0.51 0.51
Hex 5C 41 C1 34 42 0 18 FD 33 33
Octal 134 101 301 64 102 0 30 375 63 63
Binary 1011100 1000001 11000001 110100 1000010 0 11000 11111101 110011 110011

Color Harmonies of #5C41C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C41C1

Black with #5C41C1

Text Example


Text Example

White with #5C41C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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