Html Css Color HEX #61014C Tyrian Purple

📋 copy color: '#61014C'

red 97 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #61014C

Tints of Tyrian Purple #61014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.68%

R = 55.75%
G = 0.57%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#61014C (or 0x61014C) is known color: Tyrian Purple. HEX triplet: 61, 01 and 4C. RGB value is (97,1,76). Sum of RGB (Red+Green+Blue) = 97+1+76=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61014C is #9EFEB3. Grayscale: #262626. Windows color (decimal): -10419892 or 4981089. OLE color: 4981089.

HSL color Cylindrical-coordinate representation of color #61014C: hue angle of 313.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 #61014C is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 1 76 -
CMYK 0 0.99 0.22 0.62
HSL 313.13º 0.98% 0.19% -
HSV(B) 313.13º 0.99% 0.38% -
XYZ 6.25 3.08 7.1 -
YUV 38.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 97 1 76 0 0.99 0.22 0.62 313.13 0.98 0.19
Hex 61 1 4C 0 63 16 3E 139 62 13
Octal 141 1 114 0 143 26 76 471 142 23
Binary 1100001 1 1001100 0 1100011 10110 111110 100111001 1100010 10011

Color Harmonies of #61014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61014C

Black with #61014C

Text Example


Text Example

White with #61014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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