Html Css Color HEX #610058 Tyrian Purple

📋 copy color: '#610058'

red 97 ◦ green 0 ◦ blue 88

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

Shades of Tyrian Purple #610058

Tints of Tyrian Purple #610058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.57%

R = 52.43%
G = 0%
B = 47.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#610058 (or 0x610058) is known color: Tyrian Purple. HEX triplet: 61, 00 and 58. RGB value is (97,0,88). Sum of RGB (Red+Green+Blue) = 97+0+88=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #610058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610058 is #9EFFA7. Grayscale: #262626. Windows color (decimal): -10420136 or 5767265. OLE color: 5767265.

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

Color convert

RGB 97 0 88 -
CMYK 0 1 0.09 0.62
HSL 305.57º 1% 0.19% -
HSV(B) 305.57º 1% 0.38% -
XYZ 6.69 3.25 9.51 -
YUV 39.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 97 0 88 0 1 0.09 0.62 305.57 1 0.19
Hex 61 0 58 0 64 9 3E 132 64 13
Octal 141 0 130 0 144 11 76 462 144 23
Binary 1100001 0 1011000 0 1100100 1001 111110 100110010 1100100 10011

Color Harmonies of #610058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610058

Black with #610058

Text Example


Text Example

White with #610058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610058; }

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

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

background-color css

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

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

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

border-color css

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

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

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