Html Css Color HEX #610C30 Tyrian Purple

📋 copy color: '#610C30'

red 97 ◦ green 12 ◦ blue 48

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

Shades of Tyrian Purple #610C30

Tints of Tyrian Purple #610C30

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.64%

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

R = 61.78%
G = 7.64%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#610C30 (or 0x610C30) is known color: Tyrian Purple. HEX triplet: 61, 0C and 30. RGB value is (97,12,48). Sum of RGB (Red+Green+Blue) = 97+12+48=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #610C30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C30 is #9EF3CF. Grayscale: #292929. Windows color (decimal): -10417104 or 3148897. OLE color: 3148897.

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

Color convert

RGB 97 12 48 -
CMYK 0 0.88 0.51 0.62
HSL 334.59º 0.78% 0.21% -
HSV(B) 334.59º 0.88% 0.38% -
XYZ 5.59 3.02 3.08 -
YUV 41.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 97 12 48 0 0.88 0.51 0.62 334.59 0.78 0.21
Hex 61 C 30 0 58 33 3E 14F 4E 15
Octal 141 14 60 0 130 63 76 517 116 25
Binary 1100001 1100 110000 0 1011000 110011 111110 101001111 1001110 10101

Color Harmonies of #610C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C30

Black with #610C30

Text Example


Text Example

White with #610C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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