Html Css Color HEX #5F123D Tyrian Purple

📋 copy color: '#5F123D'

red 95 ◦ green 18 ◦ blue 61

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

Shades of Tyrian Purple #5F123D

Tints of Tyrian Purple #5F123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.06%

R = 54.6%
G = 10.34%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#5F123D (or 0x5F123D) is known color: Tyrian Purple. HEX triplet: 5F, 12 and 3D. RGB value is (95,18,61). Sum of RGB (Red+Green+Blue) = 95+18+61=174 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.60% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 95 - color contains mainly: red. Hex color #5F123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F123D is #A0EDC2. Grayscale: #2D2D2D. Windows color (decimal): -10546627 or 4002399. OLE color: 4002399.

HSL color Cylindrical-coordinate representation of color #5F123D: hue angle of 326.49º 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 #5F123D is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 18 61 -
CMYK 0 0.81 0.36 0.63
HSL 326.49º 0.68% 0.22% -
HSV(B) 326.49º 0.81% 0.37% -
XYZ 5.78 3.2 4.73 -
YUV 45.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 95 18 61 0 0.81 0.36 0.63 326.49 0.68 0.22
Hex 5F 12 3D 0 51 24 3F 146 44 16
Octal 137 22 75 0 121 44 77 506 104 26
Binary 1011111 10010 111101 0 1010001 100100 111111 101000110 1000100 10110

Color Harmonies of #5F123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F123D

Black with #5F123D

Text Example


Text Example

White with #5F123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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