Html Css Color HEX #610226 Tyrian Purple

📋 copy color: '#610226'

red 97 ◦ green 2 ◦ blue 38

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

Shades of Tyrian Purple #610226

Tints of Tyrian Purple #610226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.46%

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

R = 70.8%
G = 1.46%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#610226 (or 0x610226) is known color: Tyrian Purple. HEX triplet: 61, 02 and 26. RGB value is (97,2,38). Sum of RGB (Red+Green+Blue) = 97+2+38=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #610226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610226 is #9EFDD9. Grayscale: #222222. Windows color (decimal): -10419674 or 2490977. OLE color: 2490977.

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

Color convert

RGB 97 2 38 -
CMYK 0 0.98 0.61 0.62
HSL 337.26º 0.96% 0.19% -
HSV(B) 337.26º 0.98% 0.38% -
XYZ 5.3 2.72 2.08 -
YUV 34.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 97 2 38 0 0.98 0.61 0.62 337.26 0.96 0.19
Hex 61 2 26 0 62 3D 3E 151 60 13
Octal 141 2 46 0 142 75 76 521 140 23
Binary 1100001 10 100110 0 1100010 111101 111110 101010001 1100000 10011

Color Harmonies of #610226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610226

Black with #610226

Text Example


Text Example

White with #610226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610226; }

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

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

background-color css

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

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

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

border-color css

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

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

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