Html Css Color HEX #612756 Palatinate Purple

📋 copy color: '#612756'

red 97 ◦ green 39 ◦ blue 86

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

Shades of Palatinate Purple #612756

Tints of Palatinate Purple #612756

RGB

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

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

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

R = 43.69%
G = 17.57%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#612756 (or 0x612756) is known color: Palatinate Purple. HEX triplet: 61, 27 and 56. RGB value is (97,39,86). Sum of RGB (Red+Green+Blue) = 97+39+86=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #612756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612756 is #9ED8A9. Grayscale: #3D3D3D. Windows color (decimal): -10410154 or 5646177. OLE color: 5646177.

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

Color convert

RGB 97 39 86 -
CMYK 0 0.60 0.11 0.62
HSL 311.38º 0.43% 0.27% -
HSV(B) 311.38º 0.6% 0.38% -
XYZ 7.33 4.66 9.32 -
YUV 61.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 97 39 86 0 0.60 0.11 0.62 311.38 0.43 0.27
Hex 61 27 56 0 3C B 3E 137 2B 1B
Octal 141 47 126 0 74 13 76 467 53 33
Binary 1100001 100111 1010110 0 111100 1011 111110 100110111 101011 11011

Color Harmonies of #612756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612756

Black with #612756

Text Example


Text Example

White with #612756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612756; }

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

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

background-color css

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

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

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

border-color css

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

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

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