Html Css Color HEX #610227 Tyrian Purple

📋 copy color: '#610227'

red 97 ◦ green 2 ◦ blue 39

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

Shades of Tyrian Purple #610227

Tints of Tyrian Purple #610227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

 BLUE value IS 39 (15.63% from 255) = 28.26%

R = 70.29%
G = 1.45%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#610227 (or 0x610227) is known color: Tyrian Purple. HEX triplet: 61, 02 and 27. RGB value is (97,2,39). Sum of RGB (Red+Green+Blue) = 97+2+39=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #610227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610227 is #9EFDD8. Grayscale: #222222. Windows color (decimal): -10419673 or 2556513. OLE color: 2556513.

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

Color convert

RGB 97 2 39 -
CMYK 0 0.98 0.60 0.62
HSL 336.63º 0.96% 0.19% -
HSV(B) 336.63º 0.98% 0.38% -
XYZ 5.32 2.73 2.17 -
YUV 34.62 130.47 172.49 -
System Red Green Blue C M Y K H S L
Decimal 97 2 39 0 0.98 0.60 0.62 336.63 0.96 0.19
Hex 61 2 27 0 62 3C 3E 151 60 13
Octal 141 2 47 0 142 74 76 521 140 23
Binary 1100001 10 100111 0 1100010 111100 111110 101010001 1100000 10011

Color Harmonies of #610227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610227

Black with #610227

Text Example


Text Example

White with #610227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610227; }

 p { color: rgb(97,2,39); }

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

background-color css

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

 a { background-color: rgb(97,2,39); }

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

border-color css

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

 span { border-color: rgb(97,2,39); }

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