Html Css Color HEX #612755 Palatinate Purple

📋 copy color: '#612755'

red 97 ◦ green 39 ◦ blue 85

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

Shades of Palatinate Purple #612755

Tints of Palatinate Purple #612755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 43.89%
G = 17.65%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#612755 (or 0x612755) is known color: Palatinate Purple. HEX triplet: 61, 27 and 55. RGB value is (97,39,85). Sum of RGB (Red+Green+Blue) = 97+39+85=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #612755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612755 is #9ED8AA. Grayscale: #3D3D3D. Windows color (decimal): -10410155 or 5580641. OLE color: 5580641.

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

Color convert

RGB 97 39 85 -
CMYK 0 0.60 0.12 0.62
HSL 312.41º 0.43% 0.27% -
HSV(B) 312.41º 0.6% 0.38% -
XYZ 7.29 4.65 9.11 -
YUV 61.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 97 39 85 0 0.60 0.12 0.62 312.41 0.43 0.27
Hex 61 27 55 0 3C C 3E 138 2B 1B
Octal 141 47 125 0 74 14 76 470 53 33
Binary 1100001 100111 1010101 0 111100 1100 111110 100111000 101011 11011

Color Harmonies of #612755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612755

Black with #612755

Text Example


Text Example

White with #612755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612755; }

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

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

background-color css

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

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

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

border-color css

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

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

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