Html Css Color HEX #612651 Palatinate Purple

📋 copy color: '#612651'

red 97 ◦ green 38 ◦ blue 81

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

Shades of Palatinate Purple #612651

Tints of Palatinate Purple #612651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.59%

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

R = 44.91%
G = 17.59%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#612651 (or 0x612651) is known color: Palatinate Purple. HEX triplet: 61, 26 and 51. RGB value is (97,38,81). Sum of RGB (Red+Green+Blue) = 97+38+81=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #612651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612651 is #9ED9AE. Grayscale: #3C3C3C. Windows color (decimal): -10410415 or 5318241. OLE color: 5318241.

HSL color Cylindrical-coordinate representation of color #612651: hue angle of 316.27º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #612651 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 81 -
CMYK 0 0.61 0.16 0.62
HSL 316.27º 0.44% 0.26% -
HSV(B) 316.27º 0.61% 0.38% -
XYZ 7.11 4.52 8.28 -
YUV 60.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 97 38 81 0 0.61 0.16 0.62 316.27 0.44 0.26
Hex 61 26 51 0 3D 10 3E 13C 2C 1A
Octal 141 46 121 0 75 20 76 474 54 32
Binary 1100001 100110 1010001 0 111101 10000 111110 100111100 101100 11010

Color Harmonies of #612651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612651

Black with #612651

Text Example


Text Example

White with #612651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612651; }

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

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

background-color css

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

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

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

border-color css

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

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

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