Html Css Color HEX #61083C Tyrian Purple

📋 copy color: '#61083C'

red 97 ◦ green 8 ◦ blue 60

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

Shades of Tyrian Purple #61083C

Tints of Tyrian Purple #61083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

 BLUE value IS 60 (23.83% from 255) = 36.36%

R = 58.79%
G = 4.85%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#61083C (or 0x61083C) is known color: Tyrian Purple. HEX triplet: 61, 08 and 3C. RGB value is (97,8,60). Sum of RGB (Red+Green+Blue) = 97+8+60=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61083C is #9EF7C3. Grayscale: #282828. Windows color (decimal): -10418116 or 3934305. OLE color: 3934305.

HSL color Cylindrical-coordinate representation of color #61083C: hue angle of 324.94º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61083C is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 8 60 -
CMYK 0 0.92 0.38 0.62
HSL 324.94º 0.85% 0.21% -
HSV(B) 324.94º 0.92% 0.38% -
XYZ 5.83 3.04 4.55 -
YUV 40.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 97 8 60 0 0.92 0.38 0.62 324.94 0.85 0.21
Hex 61 8 3C 0 5C 26 3E 145 55 15
Octal 141 10 74 0 134 46 76 505 125 25
Binary 1100001 1000 111100 0 1011100 100110 111110 101000101 1010101 10101

Color Harmonies of #61083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61083C

Black with #61083C

Text Example


Text Example

White with #61083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61083C; }

 p { color: rgb(97,8,60); }

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

background-color css

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

 a { background-color: rgb(97,8,60); }

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

border-color css

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

 span { border-color: rgb(97,8,60); }

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