Html Css Color HEX #610445 Tyrian Purple

📋 copy color: '#610445'

red 97 ◦ green 4 ◦ blue 69

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

Shades of Tyrian Purple #610445

Tints of Tyrian Purple #610445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 40.59%

R = 57.06%
G = 2.35%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#610445 (or 0x610445) is known color: Tyrian Purple. HEX triplet: 61, 04 and 45. RGB value is (97,4,69). Sum of RGB (Red+Green+Blue) = 97+4+69=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #610445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610445 is #9EFBBA. Grayscale: #272727. Windows color (decimal): -10419131 or 4523105. OLE color: 4523105.

HSL color Cylindrical-coordinate representation of color #610445: hue angle of 318.06º 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 #610445 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 4 69 -
CMYK 0 0.96 0.29 0.62
HSL 318.06º 0.92% 0.2% -
HSV(B) 318.06º 0.96% 0.38% -
XYZ 6.05 3.06 5.9 -
YUV 39.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 97 4 69 0 0.96 0.29 0.62 318.06 0.92 0.2
Hex 61 4 45 0 60 1D 3E 13E 5C 14
Octal 141 4 105 0 140 35 76 476 134 24
Binary 1100001 100 1000101 0 1100000 11101 111110 100111110 1011100 10100

Color Harmonies of #610445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610445

Black with #610445

Text Example


Text Example

White with #610445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610445; }

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

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

background-color css

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

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

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

border-color css

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

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

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