Html Css Color HEX #612564 Palatinate Purple

📋 copy color: '#612564'

red 97 ◦ green 37 ◦ blue 100

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

Shades of Palatinate Purple #612564

Tints of Palatinate Purple #612564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

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

R = 41.45%
G = 15.81%
B = 42.74%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#612564 (or 0x612564) is known color: Palatinate Purple. HEX triplet: 61, 25 and 64. RGB value is (97,37,100). Sum of RGB (Red+Green+Blue) = 97+37+100=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 100 - color contains mainly: blue. Hex color #612564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612564 is #9EDA9B. Grayscale: #3D3D3D. Windows color (decimal): -10410652 or 6563169. OLE color: 6563169.

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

Color convert

RGB 97 37 100 -
CMYK 0.03 0.63 0 0.61
HSL 297.14º 0.46% 0.27% -
HSV(B) 297.14º 0.63% 0.39% -
XYZ 7.89 4.78 12.56 -
YUV 62.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 97 37 100 0.03 0.63 0 0.61 297.14 0.46 0.27
Hex 61 25 64 3 3F 0 3D 129 2E 1B
Octal 141 45 144 3 77 0 75 451 56 33
Binary 1100001 100101 1100100 11 111111 0 111101 100101001 101110 11011

Color Harmonies of #612564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612564

Black with #612564

Text Example


Text Example

White with #612564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612564; }

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

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

background-color css

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

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

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

border-color css

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

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

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