Html Css Color HEX #84014B Tyrian Purple

📋 copy color: '#84014B'

red 132 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #84014B

Tints of Tyrian Purple #84014B

RGB

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

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

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

R = 63.46%
G = 0.48%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84014B (or 0x84014B) is known color: Tyrian Purple. HEX triplet: 84, 01 and 4B. RGB value is (132,1,75). Sum of RGB (Red+Green+Blue) = 132+1+75=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #84014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84014B is #7BFEB4. Grayscale: #303030. Windows color (decimal): -8126133 or 4915588. OLE color: 4915588.

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

Color convert

RGB 132 1 75 -
CMYK 0 0.99 0.43 0.48
HSL 326.11º 0.98% 0.26% -
HSV(B) 326.11º 0.99% 0.52% -
XYZ 10.8 5.44 7.14 -
YUV 48.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 132 1 75 0 0.99 0.43 0.48 326.11 0.98 0.26
Hex 84 1 4B 0 63 2B 30 146 62 1A
Octal 204 1 113 0 143 53 60 506 142 32
Binary 10000100 1 1001011 0 1100011 101011 110000 101000110 1100010 11010

Color Harmonies of #84014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84014B

Black with #84014B

Text Example


Text Example

White with #84014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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