Html Css Color HEX #5F0238 Tyrian Purple

📋 copy color: '#5F0238'

red 95 ◦ green 2 ◦ blue 56

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

Shades of Tyrian Purple #5F0238

Tints of Tyrian Purple #5F0238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 36.6%

R = 62.09%
G = 1.31%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.63

RGB Variations

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

Color information

#5F0238 (or 0x5F0238) is known color: Tyrian Purple. HEX triplet: 5F, 02 and 38. RGB value is (95,2,56). Sum of RGB (Red+Green+Blue) = 95+2+56=153 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.09% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0238 is #A0FDC7. Grayscale: #232323. Windows color (decimal): -10550728 or 3670623. OLE color: 3670623.

HSL color Cylindrical-coordinate representation of color #5F0238: hue angle of 325.16º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0238 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 2 56 -
CMYK 0 0.98 0.41 0.63
HSL 325.16º 0.96% 0.19% -
HSV(B) 325.16º 0.98% 0.37% -
XYZ 5.45 2.76 3.99 -
YUV 35.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 95 2 56 0 0.98 0.41 0.63 325.16 0.96 0.19
Hex 5F 2 38 0 62 29 3F 145 60 13
Octal 137 2 70 0 142 51 77 505 140 23
Binary 1011111 10 111000 0 1100010 101001 111111 101000101 1100000 10011

Color Harmonies of #5F0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0238

Black with #5F0238

Text Example


Text Example

White with #5F0238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,2,56); }

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

background-color css

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

 a { background-color: rgb(95,2,56); }

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

border-color css

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

 span { border-color: rgb(95,2,56); }

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