Html Css Color HEX #612061 Palatinate Purple

📋 copy color: '#612061'

red 97 ◦ green 32 ◦ blue 97

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

Shades of Palatinate Purple #612061

Tints of Palatinate Purple #612061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.16%

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

R = 42.92%
G = 14.16%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#612061 (or 0x612061) is known color: Palatinate Purple. HEX triplet: 61, 20 and 61. RGB value is (97,32,97). Sum of RGB (Red+Green+Blue) = 97+32+97=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #612061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612061 is #9EDF9E. Grayscale: #3A3A3A. Windows color (decimal): -10411935 or 6365281. OLE color: 6365281.

HSL color Cylindrical-coordinate representation of color #612061: hue angle of 300º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612061 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 97 -
CMYK 0 0.67 0 0.62
HSL 300º 0.5% 0.25% -
HSV(B) 300º 0.67% 0.38% -
XYZ 7.6 4.44 11.77 -
YUV 58.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 97 32 97 0 0.67 0 0.62 300 0.5 0.25
Hex 61 20 61 0 43 0 3E 12C 32 19
Octal 141 40 141 0 103 0 76 454 62 31
Binary 1100001 100000 1100001 0 1000011 0 111110 100101100 110010 11001

Color Harmonies of #612061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612061

Black with #612061

Text Example


Text Example

White with #612061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612061; }

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

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

background-color css

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

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

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

border-color css

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

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

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