Html Css Color HEX #5C385D Hot Purple

📋 copy color: '#5C385D'

red 92 ◦ green 56 ◦ blue 93

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

Shades of Hot Purple #5C385D

Tints of Hot Purple #5C385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 38.17%
G = 23.24%
B = 38.59%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5C385D (or 0x5C385D) is known color: Hot Purple. HEX triplet: 5C, 38 and 5D. RGB value is (92,56,93). Sum of RGB (Red+Green+Blue) = 92+56+93=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C385D is #A3C7A2. Grayscale: #464646. Windows color (decimal): -10733475 or 6109276. OLE color: 6109276.

HSL color Cylindrical-coordinate representation of color #5C385D: hue angle of 298.38º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C385D is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 56 93 -
CMYK 0.01 0.40 0 0.64
HSL 298.38º 0.25% 0.29% -
HSV(B) 298.38º 0.4% 0.36% -
XYZ 7.8 5.89 11.08 -
YUV 70.98 140.43 142.99 -
System Red Green Blue C M Y K H S L
Decimal 92 56 93 0.01 0.40 0 0.64 298.38 0.25 0.29
Hex 5C 38 5D 1 28 0 40 12A 19 1D
Octal 134 70 135 1 50 0 100 452 31 35
Binary 1011100 111000 1011101 1 101000 0 1000000 100101010 11001 11101

Color Harmonies of #5C385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C385D

Black with #5C385D

Text Example


Text Example

White with #5C385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,56,93); }

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

background-color css

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

 a { background-color: rgb(92,56,93); }

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

border-color css

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

 span { border-color: rgb(92,56,93); }

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