Html Css Color HEX #610036 Tyrian Purple

📋 copy color: '#610036'

red 97 ◦ green 0 ◦ blue 54

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

Shades of Tyrian Purple #610036

Tints of Tyrian Purple #610036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 35.76%

R = 64.24%
G = 0%
B = 35.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#610036 (or 0x610036) is known color: Tyrian Purple. HEX triplet: 61, 00 and 36. RGB value is (97,0,54). Sum of RGB (Red+Green+Blue) = 97+0+54=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #610036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610036 is #9EFFC9. Grayscale: #232323. Windows color (decimal): -10420170 or 3539041. OLE color: 3539041.

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

Color convert

RGB 97 0 54 -
CMYK 0 1 0.44 0.62
HSL 326.6º 1% 0.19% -
HSV(B) 326.6º 1% 0.38% -
XYZ 5.6 2.81 3.74 -
YUV 35.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 97 0 54 0 1 0.44 0.62 326.6 1 0.19
Hex 61 0 36 0 64 2C 3E 147 64 13
Octal 141 0 66 0 144 54 76 507 144 23
Binary 1100001 0 110110 0 1100100 101100 111110 101000111 1100100 10011

Color Harmonies of #610036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610036

Black with #610036

Text Example


Text Example

White with #610036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610036; }

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

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

background-color css

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

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

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

border-color css

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

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

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