Html Css Color HEX #88013F Tyrian Purple

📋 copy color: '#88013F'

red 136 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #88013F

Tints of Tyrian Purple #88013F

RGB

 RED value IS 136 (53.52% from 255) = 68%

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 68%
G = 0.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88013F (or 0x88013F) is known color: Tyrian Purple. HEX triplet: 88, 01 and 3F. RGB value is (136,1,63). Sum of RGB (Red+Green+Blue) = 136+1+63=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88013F is #77FEC0. Grayscale: #303030. Windows color (decimal): -7864001 or 4129160. OLE color: 4129160.

HSL color Cylindrical-coordinate representation of color #88013F: hue angle of 332.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88013F is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 63 -
CMYK 0 0.99 0.54 0.47
HSL 332.44º 0.99% 0.27% -
HSV(B) 332.44º 0.99% 0.53% -
XYZ 11.06 5.61 5.2 -
YUV 48.43 136.23 190.46 -
System Red Green Blue C M Y K H S L
Decimal 136 1 63 0 0.99 0.54 0.47 332.44 0.99 0.27
Hex 88 1 3F 0 63 36 2F 14C 63 1B
Octal 210 1 77 0 143 66 57 514 143 33
Binary 10001000 1 111111 0 1100011 110110 101111 101001100 1100011 11011

Color Harmonies of #88013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88013F

Black with #88013F

Text Example


Text Example

White with #88013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88013F; }

 p { color: rgb(136,1,63); }

 H1.HeaderClassName
 {
   color: #88013F;
 }
 .AnyTagClassName
 {
   color: #88013F;
 }
</style>

background-color css

<style>
 a { background-color: #88013F; }

 a { background-color: rgb(136,1,63); }

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

border-color css

<style>
 span { border-color: #88013F; }

 span { border-color: rgb(136,1,63); }

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