Html Css Color HEX #61022E Tyrian Purple

📋 copy color: '#61022E'

red 97 ◦ green 2 ◦ blue 46

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

Shades of Tyrian Purple #61022E

Tints of Tyrian Purple #61022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.72%

R = 66.9%
G = 1.38%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61022E (or 0x61022E) is known color: Tyrian Purple. HEX triplet: 61, 02 and 2E. RGB value is (97,2,46). Sum of RGB (Red+Green+Blue) = 97+2+46=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #61022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61022E is #9EFDD1. Grayscale: #232323. Windows color (decimal): -10419666 or 3015265. OLE color: 3015265.

HSL color Cylindrical-coordinate representation of color #61022E: hue angle of 332.21º 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 #61022E is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 2 46 -
CMYK 0 0.98 0.53 0.62
HSL 332.21º 0.96% 0.19% -
HSV(B) 332.21º 0.98% 0.38% -
XYZ 5.44 2.78 2.83 -
YUV 35.42 133.97 171.92 -
System Red Green Blue C M Y K H S L
Decimal 97 2 46 0 0.98 0.53 0.62 332.21 0.96 0.19
Hex 61 2 2E 0 62 35 3E 14C 60 13
Octal 141 2 56 0 142 65 76 514 140 23
Binary 1100001 10 101110 0 1100010 110101 111110 101001100 1100000 10011

Color Harmonies of #61022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61022E

Black with #61022E

Text Example


Text Example

White with #61022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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