Html Css Color HEX #610326 Tyrian Purple

📋 copy color: '#610326'

red 97 ◦ green 3 ◦ blue 38

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

Shades of Tyrian Purple #610326

Tints of Tyrian Purple #610326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

 BLUE value IS 38 (15.23% from 255) = 27.54%

R = 70.29%
G = 2.17%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#610326 (or 0x610326) is known color: Tyrian Purple. HEX triplet: 61, 03 and 26. RGB value is (97,3,38). Sum of RGB (Red+Green+Blue) = 97+3+38=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #610326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610326 is #9EFCD9. Grayscale: #232323. Windows color (decimal): -10419418 or 2491233. OLE color: 2491233.

HSL color Cylindrical-coordinate representation of color #610326: hue angle of 337.66º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610326 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 3 38 -
CMYK 0 0.97 0.61 0.62
HSL 337.66º 0.94% 0.2% -
HSV(B) 337.66º 0.97% 0.38% -
XYZ 5.31 2.75 2.08 -
YUV 35.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 97 3 38 0 0.97 0.61 0.62 337.66 0.94 0.2
Hex 61 3 26 0 61 3D 3E 152 5E 14
Octal 141 3 46 0 141 75 76 522 136 24
Binary 1100001 11 100110 0 1100001 111101 111110 101010010 1011110 10100

Color Harmonies of #610326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610326

Black with #610326

Text Example


Text Example

White with #610326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610326; }

 p { color: rgb(97,3,38); }

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

background-color css

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

 a { background-color: rgb(97,3,38); }

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

border-color css

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

 span { border-color: rgb(97,3,38); }

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