Html Css Color HEX #612961 Palatinate Purple

📋 copy color: '#612961'

red 97 ◦ green 41 ◦ blue 97

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

Shades of Palatinate Purple #612961

Tints of Palatinate Purple #612961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

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

R = 41.28%
G = 17.45%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#612961 (or 0x612961) is known color: Palatinate Purple. HEX triplet: 61, 29 and 61. RGB value is (97,41,97). Sum of RGB (Red+Green+Blue) = 97+41+97=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #612961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612961 is #9ED69E. Grayscale: #3F3F3F. Windows color (decimal): -10409631 or 6367585. OLE color: 6367585.

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

Color convert

RGB 97 41 97 -
CMYK 0 0.58 0 0.62
HSL 300º 0.41% 0.27% -
HSV(B) 300º 0.58% 0.38% -
XYZ 7.88 4.99 11.86 -
YUV 64.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 97 41 97 0 0.58 0 0.62 300 0.41 0.27
Hex 61 29 61 0 3A 0 3E 12C 29 1B
Octal 141 51 141 0 72 0 76 454 51 33
Binary 1100001 101001 1100001 0 111010 0 111110 100101100 101001 11011

Color Harmonies of #612961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612961

Black with #612961

Text Example


Text Example

White with #612961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612961; }

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

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

background-color css

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

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

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

border-color css

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

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

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