Html Css Color HEX #610330 Tyrian Purple

📋 copy color: '#610330'

red 97 ◦ green 3 ◦ blue 48

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

Shades of Tyrian Purple #610330

Tints of Tyrian Purple #610330

RGB

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

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

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

R = 65.54%
G = 2.03%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#610330 (or 0x610330) is known color: Tyrian Purple. HEX triplet: 61, 03 and 30. RGB value is (97,3,48). Sum of RGB (Red+Green+Blue) = 97+3+48=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #610330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610330 is #9EFCCF. Grayscale: #242424. Windows color (decimal): -10419408 or 3146593. OLE color: 3146593.

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

Color convert

RGB 97 3 48 -
CMYK 0 0.97 0.51 0.62
HSL 331.28º 0.94% 0.2% -
HSV(B) 331.28º 0.97% 0.38% -
XYZ 5.5 2.82 3.05 -
YUV 36.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 97 3 48 0 0.97 0.51 0.62 331.28 0.94 0.2
Hex 61 3 30 0 61 33 3E 14B 5E 14
Octal 141 3 60 0 141 63 76 513 136 24
Binary 1100001 11 110000 0 1100001 110011 111110 101001011 1011110 10100

Color Harmonies of #610330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610330

Black with #610330

Text Example


Text Example

White with #610330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610330; }

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

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

background-color css

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

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

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

border-color css

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

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

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