Html Css Color HEX #61044F Tyrian Purple

📋 copy color: '#61044F'

red 97 ◦ green 4 ◦ blue 79

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

Shades of Tyrian Purple #61044F

Tints of Tyrian Purple #61044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

 BLUE value IS 79 (31.25% from 255) = 43.89%

R = 53.89%
G = 2.22%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61044F (or 0x61044F) is known color: Tyrian Purple. HEX triplet: 61, 04 and 4F. RGB value is (97,4,79). Sum of RGB (Red+Green+Blue) = 97+4+79=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61044F is #9EFBB0. Grayscale: #282828. Windows color (decimal): -10419121 or 5178465. OLE color: 5178465.

HSL color Cylindrical-coordinate representation of color #61044F: hue angle of 311.61º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61044F is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 4 79 -
CMYK 0 0.96 0.19 0.62
HSL 311.61º 0.92% 0.2% -
HSV(B) 311.61º 0.96% 0.38% -
XYZ 6.38 3.19 7.68 -
YUV 40.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 97 4 79 0 0.96 0.19 0.62 311.61 0.92 0.2
Hex 61 4 4F 0 60 13 3E 138 5C 14
Octal 141 4 117 0 140 23 76 470 134 24
Binary 1100001 100 1001111 0 1100000 10011 111110 100111000 1011100 10100

Color Harmonies of #61044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61044F

Black with #61044F

Text Example


Text Example

White with #61044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61044F; }

 p { color: rgb(97,4,79); }

 H1.HeaderClassName
 {
   color: #61044F;
 }
 .AnyTagClassName
 {
   color: #61044F;
 }
</style>

background-color css

<style>
 a { background-color: #61044F; }

 a { background-color: rgb(97,4,79); }

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

border-color css

<style>
 span { border-color: #61044F; }

 span { border-color: rgb(97,4,79); }

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