Html Css Color HEX #5F123C Tyrian Purple

📋 copy color: '#5F123C'

red 95 ◦ green 18 ◦ blue 60

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

Shades of Tyrian Purple #5F123C

Tints of Tyrian Purple #5F123C

RGB

 RED value IS 95 (37.5% from 255) = 54.91%

 GREEN value IS 18 (7.42% from 255) = 10.4%

 BLUE value IS 60 (23.83% from 255) = 34.68%

R = 54.91%
G = 10.4%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.63

RGB Variations

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

Color information

#5F123C (or 0x5F123C) is known color: Tyrian Purple. HEX triplet: 5F, 12 and 3C. RGB value is (95,18,60). Sum of RGB (Red+Green+Blue) = 95+18+60=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F123C is #A0EDC3. Grayscale: #2D2D2D. Windows color (decimal): -10546628 or 3936863. OLE color: 3936863.

HSL color Cylindrical-coordinate representation of color #5F123C: hue angle of 327.27º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F123C is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 18 60 -
CMYK 0 0.81 0.37 0.63
HSL 327.27º 0.68% 0.22% -
HSV(B) 327.27º 0.81% 0.37% -
XYZ 5.75 3.19 4.59 -
YUV 45.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 95 18 60 0 0.81 0.37 0.63 327.27 0.68 0.22
Hex 5F 12 3C 0 51 25 3F 147 44 16
Octal 137 22 74 0 121 45 77 507 104 26
Binary 1011111 10010 111100 0 1010001 100101 111111 101000111 1000100 10110

Color Harmonies of #5F123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F123C

Black with #5F123C

Text Example


Text Example

White with #5F123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,18,60); }

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

background-color css

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

 a { background-color: rgb(95,18,60); }

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

border-color css

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

 span { border-color: rgb(95,18,60); }

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