Html Css Color HEX #82053C Tyrian Purple

📋 copy color: '#82053C'

red 130 ◦ green 5 ◦ blue 60

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

Shades of Tyrian Purple #82053C

Tints of Tyrian Purple #82053C

RGB

 RED value IS 130 (51.17% from 255) = 66.67%

 GREEN value IS 5 (2.34% from 255) = 2.56%

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

R = 66.67%
G = 2.56%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#82053C (or 0x82053C) is known color: Tyrian Purple. HEX triplet: 82, 05 and 3C. RGB value is (130,5,60). Sum of RGB (Red+Green+Blue) = 130+5+60=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82053C is #7DFAC3. Grayscale: #303030. Windows color (decimal): -8256196 or 3933570. OLE color: 3933570.

HSL color Cylindrical-coordinate representation of color #82053C: hue angle of 333.6º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82053C is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 60 -
CMYK 0 0.96 0.54 0.49
HSL 333.6º 0.93% 0.26% -
HSV(B) 333.6º 0.96% 0.51% -
XYZ 10.08 5.18 4.74 -
YUV 48.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 130 5 60 0 0.96 0.54 0.49 333.6 0.93 0.26
Hex 82 5 3C 0 60 36 31 14E 5D 1A
Octal 202 5 74 0 140 66 61 516 135 32
Binary 10000010 101 111100 0 1100000 110110 110001 101001110 1011101 11010

Color Harmonies of #82053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82053C

Black with #82053C

Text Example


Text Example

White with #82053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,5,60); }

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

background-color css

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

 a { background-color: rgb(130,5,60); }

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

border-color css

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

 span { border-color: rgb(130,5,60); }

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