Html Css Color HEX #610048 Tyrian Purple

📋 copy color: '#610048'

red 97 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #610048

Tints of Tyrian Purple #610048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 42.6%

R = 57.4%
G = 0%
B = 42.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#610048 (or 0x610048) is known color: Tyrian Purple. HEX triplet: 61, 00 and 48. RGB value is (97,0,72). Sum of RGB (Red+Green+Blue) = 97+0+72=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #610048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610048 is #9EFFB7. Grayscale: #252525. Windows color (decimal): -10420152 or 4718689. OLE color: 4718689.

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

Color convert

RGB 97 0 72 -
CMYK 0 1 0.26 0.62
HSL 315.46º 1% 0.19% -
HSV(B) 315.46º 1% 0.38% -
XYZ 6.1 3.01 6.39 -
YUV 37.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 97 0 72 0 1 0.26 0.62 315.46 1 0.19
Hex 61 0 48 0 64 1A 3E 13B 64 13
Octal 141 0 110 0 144 32 76 473 144 23
Binary 1100001 0 1001000 0 1100100 11010 111110 100111011 1100100 10011

Color Harmonies of #610048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610048

Black with #610048

Text Example


Text Example

White with #610048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610048; }

 p { color: rgb(97,0,72); }

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

background-color css

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

 a { background-color: rgb(97,0,72); }

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

border-color css

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

 span { border-color: rgb(97,0,72); }

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