Html Css Color HEX #83023C Tyrian Purple

📋 copy color: '#83023C'

red 131 ◦ green 2 ◦ blue 60

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

Shades of Tyrian Purple #83023C

Tints of Tyrian Purple #83023C

RGB

 RED value IS 131 (51.56% from 255) = 67.88%

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

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

R = 67.88%
G = 1.04%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83023C (or 0x83023C) is known color: Tyrian Purple. HEX triplet: 83, 02 and 3C. RGB value is (131,2,60). Sum of RGB (Red+Green+Blue) = 131+2+60=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #83023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83023C is #7CFDC3. Grayscale: #2F2F2F. Windows color (decimal): -8191428 or 3932803. OLE color: 3932803.

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

Color convert

RGB 131 2 60 -
CMYK 0 0.98 0.54 0.49
HSL 333.02º 0.97% 0.26% -
HSV(B) 333.02º 0.98% 0.51% -
XYZ 10.2 5.19 4.74 -
YUV 47.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 131 2 60 0 0.98 0.54 0.49 333.02 0.97 0.26
Hex 83 2 3C 0 62 36 31 14D 61 1A
Octal 203 2 74 0 142 66 61 515 141 32
Binary 10000011 10 111100 0 1100010 110110 110001 101001101 1100001 11010

Color Harmonies of #83023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83023C

Black with #83023C

Text Example


Text Example

White with #83023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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