Html Css Color HEX #612C5C Palatinate Purple

📋 copy color: '#612C5C'

red 97 ◦ green 44 ◦ blue 92

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

Shades of Palatinate Purple #612C5C

Tints of Palatinate Purple #612C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.48%

R = 41.63%
G = 18.88%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#612C5C (or 0x612C5C) is known color: Palatinate Purple. HEX triplet: 61, 2C and 5C. RGB value is (97,44,92). Sum of RGB (Red+Green+Blue) = 97+44+92=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #612C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C5C is #9ED3A3. Grayscale: #414141. Windows color (decimal): -10408868 or 6040673. OLE color: 6040673.

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

Color convert

RGB 97 44 92 -
CMYK 0 0.55 0.05 0.62
HSL 305.66º 0.38% 0.28% -
HSV(B) 305.66º 0.55% 0.38% -
XYZ 7.76 5.12 10.7 -
YUV 65.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 97 44 92 0 0.55 0.05 0.62 305.66 0.38 0.28
Hex 61 2C 5C 0 37 5 3E 132 26 1C
Octal 141 54 134 0 67 5 76 462 46 34
Binary 1100001 101100 1011100 0 110111 101 111110 100110010 100110 11100

Color Harmonies of #612C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C5C

Black with #612C5C

Text Example


Text Example

White with #612C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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