Html Css Color HEX #610333 Tyrian Purple

📋 copy color: '#610333'

red 97 ◦ green 3 ◦ blue 51

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

Shades of Tyrian Purple #610333

Tints of Tyrian Purple #610333

RGB

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

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

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

R = 64.24%
G = 1.99%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#610333 (or 0x610333) is known color: Tyrian Purple. HEX triplet: 61, 03 and 33. RGB value is (97,3,51). Sum of RGB (Red+Green+Blue) = 97+3+51=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #610333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610333 is #9EFCCC. Grayscale: #242424. Windows color (decimal): -10419405 or 3343201. OLE color: 3343201.

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

Color convert

RGB 97 3 51 -
CMYK 0 0.97 0.47 0.62
HSL 329.36º 0.94% 0.2% -
HSV(B) 329.36º 0.97% 0.38% -
XYZ 5.56 2.85 3.39 -
YUV 36.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 97 3 51 0 0.97 0.47 0.62 329.36 0.94 0.2
Hex 61 3 33 0 61 2F 3E 149 5E 14
Octal 141 3 63 0 141 57 76 511 136 24
Binary 1100001 11 110011 0 1100001 101111 111110 101001001 1011110 10100

Color Harmonies of #610333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610333

Black with #610333

Text Example


Text Example

White with #610333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610333; }

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

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

background-color css

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

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

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

border-color css

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

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

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