Html Css Color HEX #84004B Tyrian Purple

📋 copy color: '#84004B'

red 132 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #84004B

Tints of Tyrian Purple #84004B

RGB

 RED value IS 132 (51.95% from 255) = 63.77%

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

 BLUE value IS 75 (29.69% from 255) = 36.23%

R = 63.77%
G = 0%
B = 36.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84004B (or 0x84004B) is known color: Tyrian Purple. HEX triplet: 84, 00 and 4B. RGB value is (132,0,75). Sum of RGB (Red+Green+Blue) = 132+0+75=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #84004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84004B is #7BFFB4. Grayscale: #2F2F2F. Windows color (decimal): -8126389 or 4915332. OLE color: 4915332.

HSL color Cylindrical-coordinate representation of color #84004B: hue angle of 325.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84004B is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 0 75 -
CMYK 0 1 0.43 0.48
HSL 325.91º 1% 0.26% -
HSV(B) 325.91º 1% 0.52% -
XYZ 10.79 5.41 7.13 -
YUV 48.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 132 0 75 0 1 0.43 0.48 325.91 1 0.26
Hex 84 0 4B 0 64 2B 30 146 64 1A
Octal 204 0 113 0 144 53 60 506 144 32
Binary 10000100 0 1001011 0 1100100 101011 110000 101000110 1100100 11010

Color Harmonies of #84004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84004B

Black with #84004B

Text Example


Text Example

White with #84004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84004B; }

 p { color: rgb(132,0,75); }

 H1.HeaderClassName
 {
   color: #84004B;
 }
 .AnyTagClassName
 {
   color: #84004B;
 }
</style>

background-color css

<style>
 a { background-color: #84004B; }

 a { background-color: rgb(132,0,75); }

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

border-color css

<style>
 span { border-color: #84004B; }

 span { border-color: rgb(132,0,75); }

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