Html Css Color HEX #610144 Tyrian Purple

📋 copy color: '#610144'

red 97 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #610144

Tints of Tyrian Purple #610144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40.96%

R = 58.43%
G = 0.6%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#610144 (or 0x610144) is known color: Tyrian Purple. HEX triplet: 61, 01 and 44. RGB value is (97,1,68). Sum of RGB (Red+Green+Blue) = 97+1+68=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #610144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610144 is #9EFEBB. Grayscale: #252525. Windows color (decimal): -10419900 or 4456801. OLE color: 4456801.

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

Color convert

RGB 97 1 68 -
CMYK 0 0.99 0.30 0.62
HSL 318.13º 0.98% 0.19% -
HSV(B) 318.13º 0.99% 0.38% -
XYZ 5.98 2.98 5.73 -
YUV 37.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 97 1 68 0 0.99 0.30 0.62 318.13 0.98 0.19
Hex 61 1 44 0 63 1E 3E 13E 62 13
Octal 141 1 104 0 143 36 76 476 142 23
Binary 1100001 1 1000100 0 1100011 11110 111110 100111110 1100010 10011

Color Harmonies of #610144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610144

Black with #610144

Text Example


Text Example

White with #610144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610144; }

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

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

background-color css

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

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

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

border-color css

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

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

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