Html Css Color HEX #83074B Tyrian Purple

📋 copy color: '#83074B'

red 131 ◦ green 7 ◦ blue 75

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

Shades of Tyrian Purple #83074B

Tints of Tyrian Purple #83074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.29%

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

R = 61.5%
G = 3.29%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83074B (or 0x83074B) is known color: Tyrian Purple. HEX triplet: 83, 07 and 4B. RGB value is (131,7,75). Sum of RGB (Red+Green+Blue) = 131+7+75=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83074B is #7CF8B4. Grayscale: #333333. Windows color (decimal): -8190133 or 4917123. OLE color: 4917123.

HSL color Cylindrical-coordinate representation of color #83074B: hue angle of 327.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83074B is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 7 75 -
CMYK 0 0.95 0.43 0.49
HSL 327.1º 0.9% 0.27% -
HSV(B) 327.1º 0.95% 0.51% -
XYZ 10.71 5.49 7.15 -
YUV 51.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 131 7 75 0 0.95 0.43 0.49 327.1 0.9 0.27
Hex 83 7 4B 0 5F 2B 31 147 5A 1B
Octal 203 7 113 0 137 53 61 507 132 33
Binary 10000011 111 1001011 0 1011111 101011 110001 101000111 1011010 11011

Color Harmonies of #83074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83074B

Black with #83074B

Text Example


Text Example

White with #83074B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,7,75); }

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

background-color css

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

 a { background-color: rgb(131,7,75); }

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

border-color css

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

 span { border-color: rgb(131,7,75); }

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