Html Css Color HEX #5C0630 Tyrian Purple

📋 copy color: '#5C0630'

red 92 ◦ green 6 ◦ blue 48

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

Shades of Tyrian Purple #5C0630

Tints of Tyrian Purple #5C0630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.11%

 BLUE value IS 48 (19.14% from 255) = 32.88%

R = 63.01%
G = 4.11%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#5C0630 (or 0x5C0630) is known color: Tyrian Purple. HEX triplet: 5C, 06 and 30. RGB value is (92,6,48). Sum of RGB (Red+Green+Blue) = 92+6+48=146 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.01% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0630 is #A3F9CF. Grayscale: #242424. Windows color (decimal): -10746320 or 3147356. OLE color: 3147356.

HSL color Cylindrical-coordinate representation of color #5C0630: hue angle of 330.7º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0630 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 6 48 -
CMYK 0 0.93 0.48 0.64
HSL 330.7º 0.88% 0.19% -
HSV(B) 330.7º 0.93% 0.36% -
XYZ 5.01 2.62 3.04 -
YUV 36.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 92 6 48 0 0.93 0.48 0.64 330.7 0.88 0.19
Hex 5C 6 30 0 5D 30 40 14B 58 13
Octal 134 6 60 0 135 60 100 513 130 23
Binary 1011100 110 110000 0 1011101 110000 1000000 101001011 1011000 10011

Color Harmonies of #5C0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0630

Black with #5C0630

Text Example


Text Example

White with #5C0630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,6,48); }

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

background-color css

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

 a { background-color: rgb(92,6,48); }

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

border-color css

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

 span { border-color: rgb(92,6,48); }

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