Html Css Color HEX #61063F Tyrian Purple

📋 copy color: '#61063F'

red 97 ◦ green 6 ◦ blue 63

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

Shades of Tyrian Purple #61063F

Tints of Tyrian Purple #61063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.61%

 BLUE value IS 63 (25% from 255) = 37.95%

R = 58.43%
G = 3.61%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61063F (or 0x61063F) is known color: Tyrian Purple. HEX triplet: 61, 06 and 3F. RGB value is (97,6,63). Sum of RGB (Red+Green+Blue) = 97+6+63=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61063F is #9EF9C0. Grayscale: #272727. Windows color (decimal): -10418625 or 4130401. OLE color: 4130401.

HSL color Cylindrical-coordinate representation of color #61063F: hue angle of 322.42º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61063F is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 6 63 -
CMYK 0 0.94 0.35 0.62
HSL 322.42º 0.88% 0.2% -
HSV(B) 322.42º 0.94% 0.38% -
XYZ 5.89 3.03 4.98 -
YUV 39.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 97 6 63 0 0.94 0.35 0.62 322.42 0.88 0.2
Hex 61 6 3F 0 5E 23 3E 142 58 14
Octal 141 6 77 0 136 43 76 502 130 24
Binary 1100001 110 111111 0 1011110 100011 111110 101000010 1011000 10100

Color Harmonies of #61063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61063F

Black with #61063F

Text Example


Text Example

White with #61063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61063F; }

 p { color: rgb(97,6,63); }

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

background-color css

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

 a { background-color: rgb(97,6,63); }

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

border-color css

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

 span { border-color: rgb(97,6,63); }

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