Html Css Color HEX #612555 Palatinate Purple

📋 copy color: '#612555'

red 97 ◦ green 37 ◦ blue 85

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

Shades of Palatinate Purple #612555

Tints of Palatinate Purple #612555

RGB

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

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

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

R = 44.29%
G = 16.89%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#612555 (or 0x612555) is known color: Palatinate Purple. HEX triplet: 61, 25 and 55. RGB value is (97,37,85). Sum of RGB (Red+Green+Blue) = 97+37+85=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #612555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612555 is #9EDAAA. Grayscale: #3C3C3C. Windows color (decimal): -10410667 or 5580129. OLE color: 5580129.

HSL color Cylindrical-coordinate representation of color #612555: hue angle of 312º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612555 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 37 85 -
CMYK 0 0.62 0.12 0.62
HSL 312º 0.45% 0.26% -
HSV(B) 312º 0.62% 0.38% -
XYZ 7.23 4.52 9.09 -
YUV 60.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 97 37 85 0 0.62 0.12 0.62 312 0.45 0.26
Hex 61 25 55 0 3E C 3E 138 2D 1A
Octal 141 45 125 0 76 14 76 470 55 32
Binary 1100001 100101 1010101 0 111110 1100 111110 100111000 101101 11010

Color Harmonies of #612555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612555

Black with #612555

Text Example


Text Example

White with #612555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612555; }

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

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

background-color css

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

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

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

border-color css

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

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

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