Html Css Color HEX #61022D Tyrian Purple

📋 copy color: '#61022D'

red 97 ◦ green 2 ◦ blue 45

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

Shades of Tyrian Purple #61022D

Tints of Tyrian Purple #61022D

RGB

 RED value IS 97 (38.28% from 255) = 67.36%

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

 BLUE value IS 45 (17.97% from 255) = 31.25%

R = 67.36%
G = 1.39%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61022D (or 0x61022D) is known color: Tyrian Purple. HEX triplet: 61, 02 and 2D. RGB value is (97,2,45). Sum of RGB (Red+Green+Blue) = 97+2+45=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61022D is #9EFDD2. Grayscale: #232323. Windows color (decimal): -10419667 or 2949729. OLE color: 2949729.

HSL color Cylindrical-coordinate representation of color #61022D: hue angle of 332.84º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61022D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 2 45 -
CMYK 0 0.98 0.54 0.62
HSL 332.84º 0.96% 0.19% -
HSV(B) 332.84º 0.98% 0.38% -
XYZ 5.43 2.77 2.73 -
YUV 35.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 97 2 45 0 0.98 0.54 0.62 332.84 0.96 0.19
Hex 61 2 2D 0 62 36 3E 14D 60 13
Octal 141 2 55 0 142 66 76 515 140 23
Binary 1100001 10 101101 0 1100010 110110 111110 101001101 1100000 10011

Color Harmonies of #61022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61022D

Black with #61022D

Text Example


Text Example

White with #61022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61022D; }

 p { color: rgb(97,2,45); }

 H1.HeaderClassName
 {
   color: #61022D;
 }
 .AnyTagClassName
 {
   color: #61022D;
 }
</style>

background-color css

<style>
 a { background-color: #61022D; }

 a { background-color: rgb(97,2,45); }

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

border-color css

<style>
 span { border-color: #61022D; }

 span { border-color: rgb(97,2,45); }

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