Html Css Color HEX #5C0F3F Tyrian Purple

📋 copy color: '#5C0F3F'

red 92 ◦ green 15 ◦ blue 63

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

Shades of Tyrian Purple #5C0F3F

Tints of Tyrian Purple #5C0F3F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.82%

 BLUE value IS 63 (25% from 255) = 37.06%

R = 54.12%
G = 8.82%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5C0F3F (or 0x5C0F3F) is known color: Tyrian Purple. HEX triplet: 5C, 0F and 3F. RGB value is (92,15,63). Sum of RGB (Red+Green+Blue) = 92+15+63=170 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.12% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0F3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0F3F is #A3F0C0. Grayscale: #2B2B2B. Windows color (decimal): -10744001 or 4132700. OLE color: 4132700.

HSL color Cylindrical-coordinate representation of color #5C0F3F: hue angle of 322.6º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C0F3F is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 15 63 -
CMYK 0 0.84 0.32 0.64
HSL 322.6º 0.72% 0.21% -
HSV(B) 322.6º 0.84% 0.36% -
XYZ 5.48 2.98 4.99 -
YUV 43.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 92 15 63 0 0.84 0.32 0.64 322.6 0.72 0.21
Hex 5C F 3F 0 54 20 40 143 48 15
Octal 134 17 77 0 124 40 100 503 110 25
Binary 1011100 1111 111111 0 1010100 100000 1000000 101000011 1001000 10101

Color Harmonies of #5C0F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0F3F

Black with #5C0F3F

Text Example


Text Example

White with #5C0F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,15,63); }

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

background-color css

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

 a { background-color: rgb(92,15,63); }

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

border-color css

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

 span { border-color: rgb(92,15,63); }

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