Html Css Color HEX #612764 Palatinate Purple

📋 copy color: '#612764'

red 97 ◦ green 39 ◦ blue 100

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

Shades of Palatinate Purple #612764

Tints of Palatinate Purple #612764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.37%

R = 41.1%
G = 16.53%
B = 42.37%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#612764 (or 0x612764) is known color: Palatinate Purple. HEX triplet: 61, 27 and 64. RGB value is (97,39,100). Sum of RGB (Red+Green+Blue) = 97+39+100=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 100 - color contains mainly: blue. Hex color #612764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612764 is #9ED89B. Grayscale: #3F3F3F. Windows color (decimal): -10410140 or 6563681. OLE color: 6563681.

HSL color Cylindrical-coordinate representation of color #612764: hue angle of 297.05º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #612764 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 39 100 -
CMYK 0.03 0.61 0 0.61
HSL 297.05º 0.44% 0.27% -
HSV(B) 297.05º 0.61% 0.39% -
XYZ 7.96 4.91 12.59 -
YUV 63.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 97 39 100 0.03 0.61 0 0.61 297.05 0.44 0.27
Hex 61 27 64 3 3D 0 3D 129 2C 1B
Octal 141 47 144 3 75 0 75 451 54 33
Binary 1100001 100111 1100100 11 111101 0 111101 100101001 101100 11011

Color Harmonies of #612764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612764

Black with #612764

Text Example


Text Example

White with #612764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612764; }

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

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

background-color css

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

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

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

border-color css

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

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

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