Html Css Color HEX #84023C Tyrian Purple

📋 copy color: '#84023C'

red 132 ◦ green 2 ◦ blue 60

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

Shades of Tyrian Purple #84023C

Tints of Tyrian Purple #84023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.93%

R = 68.04%
G = 1.03%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84023C (or 0x84023C) is known color: Tyrian Purple. HEX triplet: 84, 02 and 3C. RGB value is (132,2,60). Sum of RGB (Red+Green+Blue) = 132+2+60=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #84023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84023C is #7BFDC3. Grayscale: #2F2F2F. Windows color (decimal): -8125892 or 3932804. OLE color: 3932804.

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

Color convert

RGB 132 2 60 -
CMYK 0 0.98 0.55 0.48
HSL 333.23º 0.97% 0.26% -
HSV(B) 333.23º 0.98% 0.52% -
XYZ 10.35 5.28 4.75 -
YUV 47.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 132 2 60 0 0.98 0.55 0.48 333.23 0.97 0.26
Hex 84 2 3C 0 62 37 30 14D 61 1A
Octal 204 2 74 0 142 67 60 515 141 32
Binary 10000100 10 111100 0 1100010 110111 110000 101001101 1100001 11010

Color Harmonies of #84023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84023C

Black with #84023C

Text Example


Text Example

White with #84023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84023C; }

 p { color: rgb(132,2,60); }

 H1.HeaderClassName
 {
   color: #84023C;
 }
 .AnyTagClassName
 {
   color: #84023C;
 }
</style>

background-color css

<style>
 a { background-color: #84023C; }

 a { background-color: rgb(132,2,60); }

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

border-color css

<style>
 span { border-color: #84023C; }

 span { border-color: rgb(132,2,60); }

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