Html Css Color HEX #61013F Tyrian Purple

📋 copy color: '#61013F'

red 97 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #61013F

Tints of Tyrian Purple #61013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 60.25%
G = 0.62%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61013F (or 0x61013F) is known color: Tyrian Purple. HEX triplet: 61, 01 and 3F. RGB value is (97,1,63). Sum of RGB (Red+Green+Blue) = 97+1+63=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61013F is #9EFEC0. Grayscale: #242424. Windows color (decimal): -10419905 or 4129121. OLE color: 4129121.

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

Color convert

RGB 97 1 63 -
CMYK 0 0.99 0.35 0.62
HSL 321.25º 0.98% 0.19% -
HSV(B) 321.25º 0.99% 0.38% -
XYZ 5.84 2.92 4.96 -
YUV 36.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 97 1 63 0 0.99 0.35 0.62 321.25 0.98 0.19
Hex 61 1 3F 0 63 23 3E 141 62 13
Octal 141 1 77 0 143 43 76 501 142 23
Binary 1100001 1 111111 0 1100011 100011 111110 101000001 1100010 10011

Color Harmonies of #61013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61013F

Black with #61013F

Text Example


Text Example

White with #61013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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