Html Css Color HEX #610261 Palatinate Purple

📋 copy color: '#610261'

red 97 ◦ green 2 ◦ blue 97

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

Shades of Palatinate Purple #610261

Tints of Palatinate Purple #610261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 49.49%

R = 49.49%
G = 1.02%
B = 49.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#610261 (or 0x610261) is known color: Palatinate Purple. HEX triplet: 61, 02 and 61. RGB value is (97,2,97). Sum of RGB (Red+Green+Blue) = 97+2+97=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #610261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610261 is #9EFD9E. Grayscale: #282828. Windows color (decimal): -10419615 or 6357601. OLE color: 6357601.

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

Color convert

RGB 97 2 97 -
CMYK 0 0.98 0 0.62
HSL 300º 0.96% 0.19% -
HSV(B) 300º 0.98% 0.38% -
XYZ 7.11 3.45 11.6 -
YUV 41.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 97 2 97 0 0.98 0 0.62 300 0.96 0.19
Hex 61 2 61 0 62 0 3E 12C 60 13
Octal 141 2 141 0 142 0 76 454 140 23
Binary 1100001 10 1100001 0 1100010 0 111110 100101100 1100000 10011

Color Harmonies of #610261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610261

Black with #610261

Text Example


Text Example

White with #610261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610261; }

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

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

background-color css

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

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

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

border-color css

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

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

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