Html Css Color HEX #5C023B Tyrian Purple

📋 copy color: '#5C023B'

red 92 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #5C023B

Tints of Tyrian Purple #5C023B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

 BLUE value IS 59 (23.44% from 255) = 38.56%

R = 60.13%
G = 1.31%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#5C023B (or 0x5C023B) is known color: Tyrian Purple. HEX triplet: 5C, 02 and 3B. RGB value is (92,2,59). Sum of RGB (Red+Green+Blue) = 92+2+59=153 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.13% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 92 - color contains mainly: red. Hex color #5C023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C023B is #A3FDC4. Grayscale: #232323. Windows color (decimal): -10747333 or 3867228. OLE color: 3867228.

HSL color Cylindrical-coordinate representation of color #5C023B: hue angle of 322º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C023B is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 2 59 -
CMYK 0 0.98 0.36 0.64
HSL 322º 0.96% 0.18% -
HSV(B) 322º 0.98% 0.36% -
XYZ 5.22 2.63 4.37 -
YUV 35.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 92 2 59 0 0.98 0.36 0.64 322 0.96 0.18
Hex 5C 2 3B 0 62 24 40 142 60 12
Octal 134 2 73 0 142 44 100 502 140 22
Binary 1011100 10 111011 0 1100010 100100 1000000 101000010 1100000 10010

Color Harmonies of #5C023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C023B

Black with #5C023B

Text Example


Text Example

White with #5C023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,2,59); }

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

background-color css

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

 a { background-color: rgb(92,2,59); }

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

border-color css

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

 span { border-color: rgb(92,2,59); }

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