Html Css Color HEX #61004B Tyrian Purple

📋 copy color: '#61004B'

red 97 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #61004B

Tints of Tyrian Purple #61004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.6%

R = 56.4%
G = 0%
B = 43.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#61004B (or 0x61004B) is known color: Tyrian Purple. HEX triplet: 61, 00 and 4B. RGB value is (97,0,75). Sum of RGB (Red+Green+Blue) = 97+0+75=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #61004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61004B is #9EFFB4. Grayscale: #252525. Windows color (decimal): -10420149 or 4915297. OLE color: 4915297.

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

Color convert

RGB 97 0 75 -
CMYK 0 1 0.23 0.62
HSL 313.61º 1% 0.19% -
HSV(B) 313.61º 1% 0.38% -
XYZ 6.2 3.05 6.92 -
YUV 37.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 97 0 75 0 1 0.23 0.62 313.61 1 0.19
Hex 61 0 4B 0 64 17 3E 13A 64 13
Octal 141 0 113 0 144 27 76 472 144 23
Binary 1100001 0 1001011 0 1100100 10111 111110 100111010 1100100 10011

Color Harmonies of #61004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61004B

Black with #61004B

Text Example


Text Example

White with #61004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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