Html Css Color HEX #610030 Tyrian Purple

📋 copy color: '#610030'

red 97 ◦ green 0 ◦ blue 48

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

Shades of Tyrian Purple #610030

Tints of Tyrian Purple #610030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 48 (19.14% from 255) = 33.1%

R = 66.9%
G = 0%
B = 33.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#610030 (or 0x610030) is known color: Tyrian Purple. HEX triplet: 61, 00 and 30. RGB value is (97,0,48). Sum of RGB (Red+Green+Blue) = 97+0+48=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #610030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610030 is #9EFFCF. Grayscale: #222222. Windows color (decimal): -10420176 or 3145825. OLE color: 3145825.

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

Color convert

RGB 97 0 48 -
CMYK 0 1 0.51 0.62
HSL 330.31º 1% 0.19% -
HSV(B) 330.31º 1% 0.38% -
XYZ 5.46 2.75 3.04 -
YUV 34.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 97 0 48 0 1 0.51 0.62 330.31 1 0.19
Hex 61 0 30 0 64 33 3E 14A 64 13
Octal 141 0 60 0 144 63 76 512 144 23
Binary 1100001 0 110000 0 1100100 110011 111110 101001010 1100100 10011

Color Harmonies of #610030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610030

Black with #610030

Text Example


Text Example

White with #610030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610030; }

 p { color: rgb(97,0,48); }

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

background-color css

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

 a { background-color: rgb(97,0,48); }

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

border-color css

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

 span { border-color: rgb(97,0,48); }

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