Html Css Color HEX #612C5B Palatinate Purple

📋 copy color: '#612C5B'

red 97 ◦ green 44 ◦ blue 91

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

Shades of Palatinate Purple #612C5B

Tints of Palatinate Purple #612C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.22%

R = 41.81%
G = 18.97%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#612C5B (or 0x612C5B) is known color: Palatinate Purple. HEX triplet: 61, 2C and 5B. RGB value is (97,44,91). Sum of RGB (Red+Green+Blue) = 97+44+91=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #612C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C5B is #9ED3A4. Grayscale: #414141. Windows color (decimal): -10408869 or 5975137. OLE color: 5975137.

HSL color Cylindrical-coordinate representation of color #612C5B: hue angle of 306.79º 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 #612C5B is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 44 91 -
CMYK 0 0.55 0.06 0.62
HSL 306.79º 0.38% 0.28% -
HSV(B) 306.79º 0.55% 0.38% -
XYZ 7.72 5.1 10.47 -
YUV 65.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 97 44 91 0 0.55 0.06 0.62 306.79 0.38 0.28
Hex 61 2C 5B 0 37 6 3E 133 26 1C
Octal 141 54 133 0 67 6 76 463 46 34
Binary 1100001 101100 1011011 0 110111 110 111110 100110011 100110 11100

Color Harmonies of #612C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C5B

Black with #612C5B

Text Example


Text Example

White with #612C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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