Html Css Color HEX #88003F Tyrian Purple

📋 copy color: '#88003F'

red 136 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #88003F

Tints of Tyrian Purple #88003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.34%
G = 0%
B = 31.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88003F (or 0x88003F) is known color: Tyrian Purple. HEX triplet: 88, 00 and 3F. RGB value is (136,0,63). Sum of RGB (Red+Green+Blue) = 136+0+63=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #88003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88003F is #77FFC0. Grayscale: #2F2F2F. Windows color (decimal): -7864257 or 4128904. OLE color: 4128904.

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

Color convert

RGB 136 0 63 -
CMYK 0 1 0.54 0.47
HSL 332.21º 1% 0.27% -
HSV(B) 332.21º 1% 0.53% -
XYZ 11.05 5.59 5.2 -
YUV 47.85 136.56 190.88 -
System Red Green Blue C M Y K H S L
Decimal 136 0 63 0 1 0.54 0.47 332.21 1 0.27
Hex 88 0 3F 0 64 36 2F 14C 64 1B
Octal 210 0 77 0 144 66 57 514 144 33
Binary 10001000 0 111111 0 1100100 110110 101111 101001100 1100100 11011

Color Harmonies of #88003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88003F

Black with #88003F

Text Example


Text Example

White with #88003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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