Html Css Color HEX #610252 Tyrian Purple

📋 copy color: '#610252'

red 97 ◦ green 2 ◦ blue 82

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

Shades of Tyrian Purple #610252

Tints of Tyrian Purple #610252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 45.3%

R = 53.59%
G = 1.1%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#610252 (or 0x610252) is known color: Tyrian Purple. HEX triplet: 61, 02 and 52. RGB value is (97,2,82). Sum of RGB (Red+Green+Blue) = 97+2+82=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #610252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610252 is #9EFDAD. Grayscale: #272727. Windows color (decimal): -10419630 or 5374561. OLE color: 5374561.

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

Color convert

RGB 97 2 82 -
CMYK 0 0.98 0.15 0.62
HSL 309.47º 0.96% 0.19% -
HSV(B) 309.47º 0.98% 0.38% -
XYZ 6.47 3.19 8.26 -
YUV 39.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 97 2 82 0 0.98 0.15 0.62 309.47 0.96 0.19
Hex 61 2 52 0 62 F 3E 135 60 13
Octal 141 2 122 0 142 17 76 465 140 23
Binary 1100001 10 1010010 0 1100010 1111 111110 100110101 1100000 10011

Color Harmonies of #610252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610252

Black with #610252

Text Example


Text Example

White with #610252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610252; }

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

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

background-color css

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

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

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

border-color css

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

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

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