Html Css Color HEX #612861 Palatinate Purple

📋 copy color: '#612861'

red 97 ◦ green 40 ◦ blue 97

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

Shades of Palatinate Purple #612861

Tints of Palatinate Purple #612861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

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

R = 41.45%
G = 17.09%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#612861 (or 0x612861) is known color: Palatinate Purple. HEX triplet: 61, 28 and 61. RGB value is (97,40,97). Sum of RGB (Red+Green+Blue) = 97+40+97=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #612861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612861 is #9ED79E. Grayscale: #3F3F3F. Windows color (decimal): -10409887 or 6367329. OLE color: 6367329.

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

Color convert

RGB 97 40 97 -
CMYK 0 0.59 0 0.62
HSL 300º 0.42% 0.27% -
HSV(B) 300º 0.59% 0.38% -
XYZ 7.85 4.92 11.85 -
YUV 63.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 97 40 97 0 0.59 0 0.62 300 0.42 0.27
Hex 61 28 61 0 3B 0 3E 12C 2A 1B
Octal 141 50 141 0 73 0 76 454 52 33
Binary 1100001 101000 1100001 0 111011 0 111110 100101100 101010 11011

Color Harmonies of #612861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612861

Black with #612861

Text Example


Text Example

White with #612861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612861; }

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

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

background-color css

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

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

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

border-color css

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

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

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