Html Css Color HEX #610A33 Tyrian Purple

📋 copy color: '#610A33'

red 97 ◦ green 10 ◦ blue 51

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

Shades of Tyrian Purple #610A33

Tints of Tyrian Purple #610A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.33%

 BLUE value IS 51 (20.31% from 255) = 32.28%

R = 61.39%
G = 6.33%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#610A33 (or 0x610A33) is known color: Tyrian Purple. HEX triplet: 61, 0A and 33. RGB value is (97,10,51). Sum of RGB (Red+Green+Blue) = 97+10+51=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #610A33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610A33 is #9EF5CC. Grayscale: #282828. Windows color (decimal): -10417613 or 3344993. OLE color: 3344993.

HSL color Cylindrical-coordinate representation of color #610A33: hue angle of 331.72º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610A33 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 10 51 -
CMYK 0 0.90 0.47 0.62
HSL 331.72º 0.81% 0.21% -
HSV(B) 331.72º 0.9% 0.38% -
XYZ 5.64 3 3.41 -
YUV 40.69 133.82 168.17 -
System Red Green Blue C M Y K H S L
Decimal 97 10 51 0 0.90 0.47 0.62 331.72 0.81 0.21
Hex 61 A 33 0 5A 2F 3E 14C 51 15
Octal 141 12 63 0 132 57 76 514 121 25
Binary 1100001 1010 110011 0 1011010 101111 111110 101001100 1010001 10101

Color Harmonies of #610A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610A33

Black with #610A33

Text Example


Text Example

White with #610A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610A33; }

 p { color: rgb(97,10,51); }

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

background-color css

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

 a { background-color: rgb(97,10,51); }

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

border-color css

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

 span { border-color: rgb(97,10,51); }

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