Html Css Color HEX #612C5E Palatinate Purple

📋 copy color: '#612C5E'

red 97 ◦ green 44 ◦ blue 94

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

Shades of Palatinate Purple #612C5E

Tints of Palatinate Purple #612C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40%

R = 41.28%
G = 18.72%
B = 40%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#612C5E (or 0x612C5E) is known color: Palatinate Purple. HEX triplet: 61, 2C and 5E. RGB value is (97,44,94). Sum of RGB (Red+Green+Blue) = 97+44+94=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #612C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C5E is #9ED3A1. Grayscale: #414141. Windows color (decimal): -10408866 or 6171745. OLE color: 6171745.

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

Color convert

RGB 97 44 94 -
CMYK 0 0.55 0.03 0.62
HSL 303.4º 0.38% 0.28% -
HSV(B) 303.4º 0.55% 0.38% -
XYZ 7.85 5.15 11.17 -
YUV 65.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 97 44 94 0 0.55 0.03 0.62 303.4 0.38 0.28
Hex 61 2C 5E 0 37 3 3E 12F 26 1C
Octal 141 54 136 0 67 3 76 457 46 34
Binary 1100001 101100 1011110 0 110111 11 111110 100101111 100110 11100

Color Harmonies of #612C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C5E

Black with #612C5E

Text Example


Text Example

White with #612C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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