Html Css Color HEX #61004E Tyrian Purple

📋 copy color: '#61004E'

red 97 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #61004E

Tints of Tyrian Purple #61004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.57%

R = 55.43%
G = 0%
B = 44.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#61004E (or 0x61004E) is known color: Tyrian Purple. HEX triplet: 61, 00 and 4E. RGB value is (97,0,78). Sum of RGB (Red+Green+Blue) = 97+0+78=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61004E is #9EFFB1. Grayscale: #252525. Windows color (decimal): -10420146 or 5111905. OLE color: 5111905.

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

Color convert

RGB 97 0 78 -
CMYK 0 1 0.20 0.62
HSL 311.75º 1% 0.19% -
HSV(B) 311.75º 1% 0.38% -
XYZ 6.3 3.09 7.47 -
YUV 37.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 97 0 78 0 1 0.20 0.62 311.75 1 0.19
Hex 61 0 4E 0 64 14 3E 138 64 13
Octal 141 0 116 0 144 24 76 470 144 23
Binary 1100001 0 1001110 0 1100100 10100 111110 100111000 1100100 10011

Color Harmonies of #61004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61004E

Black with #61004E

Text Example


Text Example

White with #61004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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