Html Css Color HEX #610244 Tyrian Purple

📋 copy color: '#610244'

red 97 ◦ green 2 ◦ blue 68

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

Shades of Tyrian Purple #610244

Tints of Tyrian Purple #610244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40.72%

R = 58.08%
G = 1.2%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#610244 (or 0x610244) is known color: Tyrian Purple. HEX triplet: 61, 02 and 44. RGB value is (97,2,68). Sum of RGB (Red+Green+Blue) = 97+2+68=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #610244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610244 is #9EFDBB. Grayscale: #252525. Windows color (decimal): -10419644 or 4457057. OLE color: 4457057.

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

Color convert

RGB 97 2 68 -
CMYK 0 0.98 0.30 0.62
HSL 318.32º 0.96% 0.19% -
HSV(B) 318.32º 0.98% 0.38% -
XYZ 5.99 3 5.73 -
YUV 37.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 97 2 68 0 0.98 0.30 0.62 318.32 0.96 0.19
Hex 61 2 44 0 62 1E 3E 13E 60 13
Octal 141 2 104 0 142 36 76 476 140 23
Binary 1100001 10 1000100 0 1100010 11110 111110 100111110 1100000 10011

Color Harmonies of #610244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610244

Black with #610244

Text Example


Text Example

White with #610244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610244; }

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

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

background-color css

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

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

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

border-color css

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

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

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