Html Css Color HEX #612751 Palatinate Purple

📋 copy color: '#612751'

red 97 ◦ green 39 ◦ blue 81

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

Shades of Palatinate Purple #612751

Tints of Palatinate Purple #612751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.33%

R = 44.7%
G = 17.97%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#612751 (or 0x612751) is known color: Palatinate Purple. HEX triplet: 61, 27 and 51. RGB value is (97,39,81). Sum of RGB (Red+Green+Blue) = 97+39+81=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #612751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612751 is #9ED8AE. Grayscale: #3D3D3D. Windows color (decimal): -10410159 or 5318497. OLE color: 5318497.

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

Color convert

RGB 97 39 81 -
CMYK 0 0.60 0.16 0.62
HSL 316.55º 0.43% 0.27% -
HSV(B) 316.55º 0.6% 0.38% -
XYZ 7.14 4.59 8.29 -
YUV 61.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 97 39 81 0 0.60 0.16 0.62 316.55 0.43 0.27
Hex 61 27 51 0 3C 10 3E 13D 2B 1B
Octal 141 47 121 0 74 20 76 475 53 33
Binary 1100001 100111 1010001 0 111100 10000 111110 100111101 101011 11011

Color Harmonies of #612751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612751

Black with #612751

Text Example


Text Example

White with #612751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612751; }

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

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

background-color css

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

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

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

border-color css

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

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

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