Html Css Color HEX #61002D Tyrian Purple

📋 copy color: '#61002D'

red 97 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #61002D

Tints of Tyrian Purple #61002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.31%
G = 0%
B = 31.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61002D (or 0x61002D) is known color: Tyrian Purple. HEX triplet: 61, 00 and 2D. RGB value is (97,0,45). Sum of RGB (Red+Green+Blue) = 97+0+45=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #61002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61002D is #9EFFD2. Grayscale: #222222. Windows color (decimal): -10420179 or 2949217. OLE color: 2949217.

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

Color convert

RGB 97 0 45 -
CMYK 0 1 0.54 0.62
HSL 332.16º 1% 0.19% -
HSV(B) 332.16º 1% 0.38% -
XYZ 5.4 2.73 2.72 -
YUV 34.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 97 0 45 0 1 0.54 0.62 332.16 1 0.19
Hex 61 0 2D 0 64 36 3E 14C 64 13
Octal 141 0 55 0 144 66 76 514 144 23
Binary 1100001 0 101101 0 1100100 110110 111110 101001100 1100100 10011

Color Harmonies of #61002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61002D

Black with #61002D

Text Example


Text Example

White with #61002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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