Html Css Color HEX #610233 Tyrian Purple

📋 copy color: '#610233'

red 97 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #610233

Tints of Tyrian Purple #610233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 34%

R = 64.67%
G = 1.33%
B = 34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#610233 (or 0x610233) is known color: Tyrian Purple. HEX triplet: 61, 02 and 33. RGB value is (97,2,51). Sum of RGB (Red+Green+Blue) = 97+2+51=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #610233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610233 is #9EFDCC. Grayscale: #232323. Windows color (decimal): -10419661 or 3342945. OLE color: 3342945.

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

Color convert

RGB 97 2 51 -
CMYK 0 0.98 0.47 0.62
HSL 329.05º 0.96% 0.19% -
HSV(B) 329.05º 0.98% 0.38% -
XYZ 5.55 2.82 3.38 -
YUV 35.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 97 2 51 0 0.98 0.47 0.62 329.05 0.96 0.19
Hex 61 2 33 0 62 2F 3E 149 60 13
Octal 141 2 63 0 142 57 76 511 140 23
Binary 1100001 10 110011 0 1100010 101111 111110 101001001 1100000 10011

Color Harmonies of #610233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610233

Black with #610233

Text Example


Text Example

White with #610233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610233; }

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

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

background-color css

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

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

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

border-color css

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

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

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