Html Css Color HEX #61012C Tyrian Purple

📋 copy color: '#61012C'

red 97 ◦ green 1 ◦ blue 44

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

Shades of Tyrian Purple #61012C

Tints of Tyrian Purple #61012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 44 (17.58% from 255) = 30.99%

R = 68.31%
G = 0.7%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#61012C (or 0x61012C) is known color: Tyrian Purple. HEX triplet: 61, 01 and 2C. RGB value is (97,1,44). Sum of RGB (Red+Green+Blue) = 97+1+44=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #61012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61012C is #9EFED3. Grayscale: #222222. Windows color (decimal): -10419924 or 2883937. OLE color: 2883937.

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

Color convert

RGB 97 1 44 -
CMYK 0 0.99 0.55 0.62
HSL 333.13º 0.98% 0.19% -
HSV(B) 333.13º 0.99% 0.38% -
XYZ 5.4 2.74 2.63 -
YUV 34.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 97 1 44 0 0.99 0.55 0.62 333.13 0.98 0.19
Hex 61 1 2C 0 63 37 3E 14D 62 13
Octal 141 1 54 0 143 67 76 515 142 23
Binary 1100001 1 101100 0 1100011 110111 111110 101001101 1100010 10011

Color Harmonies of #61012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61012C

Black with #61012C

Text Example


Text Example

White with #61012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,1,44); }

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

background-color css

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

 a { background-color: rgb(97,1,44); }

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

border-color css

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

 span { border-color: rgb(97,1,44); }

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