Html Css Color HEX #612655 Palatinate Purple

📋 copy color: '#612655'

red 97 ◦ green 38 ◦ blue 85

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

Shades of Palatinate Purple #612655

Tints of Palatinate Purple #612655

RGB

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

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

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

R = 44.09%
G = 17.27%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#612655 (or 0x612655) is known color: Palatinate Purple. HEX triplet: 61, 26 and 55. RGB value is (97,38,85). Sum of RGB (Red+Green+Blue) = 97+38+85=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #612655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612655 is #9ED9AA. Grayscale: #3C3C3C. Windows color (decimal): -10410411 or 5580385. OLE color: 5580385.

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

Color convert

RGB 97 38 85 -
CMYK 0 0.61 0.12 0.62
HSL 312.2º 0.44% 0.26% -
HSV(B) 312.2º 0.61% 0.38% -
XYZ 7.26 4.58 9.1 -
YUV 61 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 97 38 85 0 0.61 0.12 0.62 312.2 0.44 0.26
Hex 61 26 55 0 3D C 3E 138 2C 1A
Octal 141 46 125 0 75 14 76 470 54 32
Binary 1100001 100110 1010101 0 111101 1100 111110 100111000 101100 11010

Color Harmonies of #612655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612655

Black with #612655

Text Example


Text Example

White with #612655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612655; }

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

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

background-color css

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

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

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

border-color css

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

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

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