Html Css Color HEX #610E43 Tyrian Purple

📋 copy color: '#610E43'

red 97 ◦ green 14 ◦ blue 67

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

Shades of Tyrian Purple #610E43

Tints of Tyrian Purple #610E43

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.87%

 BLUE value IS 67 (26.56% from 255) = 37.64%

R = 54.49%
G = 7.87%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#610E43 (or 0x610E43) is known color: Tyrian Purple. HEX triplet: 61, 0E and 43. RGB value is (97,14,67). Sum of RGB (Red+Green+Blue) = 97+14+67=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #610E43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610E43 is #9EF1BC. Grayscale: #2C2C2C. Windows color (decimal): -10416573 or 4394593. OLE color: 4394593.

HSL color Cylindrical-coordinate representation of color #610E43: hue angle of 321.69º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #610E43 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 14 67 -
CMYK 0 0.86 0.31 0.62
HSL 321.69º 0.75% 0.22% -
HSV(B) 321.69º 0.86% 0.38% -
XYZ 6.1 3.26 5.62 -
YUV 44.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 97 14 67 0 0.86 0.31 0.62 321.69 0.75 0.22
Hex 61 E 43 0 56 1F 3E 142 4B 16
Octal 141 16 103 0 126 37 76 502 113 26
Binary 1100001 1110 1000011 0 1010110 11111 111110 101000010 1001011 10110

Color Harmonies of #610E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610E43

Black with #610E43

Text Example


Text Example

White with #610E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610E43; }

 p { color: rgb(97,14,67); }

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

background-color css

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

 a { background-color: rgb(97,14,67); }

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

border-color css

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

 span { border-color: rgb(97,14,67); }

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