Html Css Color HEX #610950 Tyrian Purple

📋 copy color: '#610950'

red 97 ◦ green 9 ◦ blue 80

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

Shades of Tyrian Purple #610950

Tints of Tyrian Purple #610950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.84%

 BLUE value IS 80 (31.64% from 255) = 43.01%

R = 52.15%
G = 4.84%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#610950 (or 0x610950) is known color: Tyrian Purple. HEX triplet: 61, 09 and 50. RGB value is (97,9,80). Sum of RGB (Red+Green+Blue) = 97+9+80=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #610950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610950 is #9EF6AF. Grayscale: #2B2B2B. Windows color (decimal): -10417840 or 5245281. OLE color: 5245281.

HSL color Cylindrical-coordinate representation of color #610950: hue angle of 311.59º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610950 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 9 80 -
CMYK 0 0.91 0.18 0.62
HSL 311.59º 0.83% 0.21% -
HSV(B) 311.59º 0.91% 0.38% -
XYZ 6.48 3.32 7.89 -
YUV 43.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 97 9 80 0 0.91 0.18 0.62 311.59 0.83 0.21
Hex 61 9 50 0 5B 12 3E 138 53 15
Octal 141 11 120 0 133 22 76 470 123 25
Binary 1100001 1001 1010000 0 1011011 10010 111110 100111000 1010011 10101

Color Harmonies of #610950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610950

Black with #610950

Text Example


Text Example

White with #610950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610950; }

 p { color: rgb(97,9,80); }

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

background-color css

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

 a { background-color: rgb(97,9,80); }

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

border-color css

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

 span { border-color: rgb(97,9,80); }

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