Html Css Color HEX #612656 Palatinate Purple

📋 copy color: '#612656'

red 97 ◦ green 38 ◦ blue 86

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

Shades of Palatinate Purple #612656

Tints of Palatinate Purple #612656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.91%

R = 43.89%
G = 17.19%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#612656 (or 0x612656) is known color: Palatinate Purple. HEX triplet: 61, 26 and 56. RGB value is (97,38,86). Sum of RGB (Red+Green+Blue) = 97+38+86=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #612656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612656 is #9ED9A9. Grayscale: #3C3C3C. Windows color (decimal): -10410410 or 5645921. OLE color: 5645921.

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

Color convert

RGB 97 38 86 -
CMYK 0 0.61 0.11 0.62
HSL 311.19º 0.44% 0.26% -
HSV(B) 311.19º 0.61% 0.38% -
XYZ 7.3 4.6 9.31 -
YUV 61.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 97 38 86 0 0.61 0.11 0.62 311.19 0.44 0.26
Hex 61 26 56 0 3D B 3E 137 2C 1A
Octal 141 46 126 0 75 13 76 467 54 32
Binary 1100001 100110 1010110 0 111101 1011 111110 100110111 101100 11010

Color Harmonies of #612656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612656

Black with #612656

Text Example


Text Example

White with #612656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612656; }

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

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

background-color css

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

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

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

border-color css

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

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

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