Html Css Color HEX #612C57 Palatinate Purple

📋 copy color: '#612C57'

red 97 ◦ green 44 ◦ blue 87

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

Shades of Palatinate Purple #612C57

Tints of Palatinate Purple #612C57

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

 BLUE value IS 87 (34.38% from 255) = 38.16%

R = 42.54%
G = 19.3%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#612C57 (or 0x612C57) is known color: Palatinate Purple. HEX triplet: 61, 2C and 57. RGB value is (97,44,87). Sum of RGB (Red+Green+Blue) = 97+44+87=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #612C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C57 is #9ED3A8. Grayscale: #404040. Windows color (decimal): -10408873 or 5712993. OLE color: 5712993.

HSL color Cylindrical-coordinate representation of color #612C57: hue angle of 311.32º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #612C57 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 44 87 -
CMYK 0 0.55 0.10 0.62
HSL 311.32º 0.38% 0.28% -
HSV(B) 311.32º 0.55% 0.38% -
XYZ 7.55 5.03 9.59 -
YUV 64.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 97 44 87 0 0.55 0.10 0.62 311.32 0.38 0.28
Hex 61 2C 57 0 37 A 3E 137 26 1C
Octal 141 54 127 0 67 12 76 467 46 34
Binary 1100001 101100 1010111 0 110111 1010 111110 100110111 100110 11100

Color Harmonies of #612C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C57

Black with #612C57

Text Example


Text Example

White with #612C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612C57; }

 p { color: rgb(97,44,87); }

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

background-color css

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

 a { background-color: rgb(97,44,87); }

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

border-color css

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

 span { border-color: rgb(97,44,87); }

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