Html Css Color HEX #610123 Tyrian Purple

📋 copy color: '#610123'

red 97 ◦ green 1 ◦ blue 35

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

Shades of Tyrian Purple #610123

Tints of Tyrian Purple #610123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.32%

R = 72.93%
G = 0.75%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#610123 (or 0x610123) is known color: Tyrian Purple. HEX triplet: 61, 01 and 23. RGB value is (97,1,35). Sum of RGB (Red+Green+Blue) = 97+1+35=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #610123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610123 is #9EFEDC. Grayscale: #212121. Windows color (decimal): -10419933 or 2294113. OLE color: 2294113.

HSL color Cylindrical-coordinate representation of color #610123: hue angle of 338.75º 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 #610123 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 1 35 -
CMYK 0 0.99 0.64 0.62
HSL 338.75º 0.98% 0.19% -
HSV(B) 338.75º 0.99% 0.38% -
XYZ 5.24 2.68 1.83 -
YUV 33.58 128.8 173.24 -
System Red Green Blue C M Y K H S L
Decimal 97 1 35 0 0.99 0.64 0.62 338.75 0.98 0.19
Hex 61 1 23 0 63 40 3E 153 62 13
Octal 141 1 43 0 143 100 76 523 142 23
Binary 1100001 1 100011 0 1100011 1000000 111110 101010011 1100010 10011

Color Harmonies of #610123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610123

Black with #610123

Text Example


Text Example

White with #610123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610123; }

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

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

background-color css

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

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

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

border-color css

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

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

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