Html Css Color HEX #612761 Palatinate Purple

📋 copy color: '#612761'

red 97 ◦ green 39 ◦ blue 97

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

Shades of Palatinate Purple #612761

Tints of Palatinate Purple #612761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.74%

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

R = 41.63%
G = 16.74%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#612761 (or 0x612761) is known color: Palatinate Purple. HEX triplet: 61, 27 and 61. RGB value is (97,39,97). Sum of RGB (Red+Green+Blue) = 97+39+97=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #612761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612761 is #9ED89E. Grayscale: #3E3E3E. Windows color (decimal): -10410143 or 6367073. OLE color: 6367073.

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

Color convert

RGB 97 39 97 -
CMYK 0 0.60 0 0.62
HSL 300º 0.43% 0.27% -
HSV(B) 300º 0.6% 0.38% -
XYZ 7.81 4.86 11.83 -
YUV 62.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 97 39 97 0 0.60 0 0.62 300 0.43 0.27
Hex 61 27 61 0 3C 0 3E 12C 2B 1B
Octal 141 47 141 0 74 0 76 454 53 33
Binary 1100001 100111 1100001 0 111100 0 111110 100101100 101011 11011

Color Harmonies of #612761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612761

Black with #612761

Text Example


Text Example

White with #612761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612761; }

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

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

background-color css

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

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

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

border-color css

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

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

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